astra_addon_background_updater_4_11_3()

Background updater function for addon v4.11.3


Description


Return

(void)


Source

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

function astra_addon_background_updater_4_11_3() {
	$theme_options = astra_get_options();
	if ( ! isset( $theme_options['load_more_btn_comp'] ) ) {
		$theme_options['load_more_btn_comp'] = false;
		update_option( 'astra-settings', $theme_options );
	}
}

Changelog

Changelog
Version Description
4.11.3 Introduced.


User Contributed Notes

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