astra_addon_background_updater_4_9_2()

Background updater function for addon v4.9.2


Description


Return

(void)


Source

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

function astra_addon_background_updater_4_9_2() {
	$theme_options = astra_get_options();
	if ( ! isset( $theme_options['v4-9-2-comp'] ) ) {
		$theme_options['v4-9-2-comp'] = false;
		update_option( 'astra-settings', $theme_options );
	}
}

Changelog

Changelog
Version Description
4.9.2 Introduced.


User Contributed Notes

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