Astra_Addon_Update::astra_addon_stored_version()

Return Astra Addon saved version.


Description


Source

File: classes/class-astra-addon-update.php

		public static function astra_addon_stored_version() {

			$theme_options = get_option( 'astra-settings' );

			$value = ( isset( $theme_options['astra-addon-auto-version'] ) && '' !== $theme_options['astra-addon-auto-version'] ) ? $theme_options['astra-addon-auto-version'] : false;

			return $value;
		}


User Contributed Notes

You must log in before being able to contribute a note or feedback.