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 ); } }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
4.9.2 | Introduced. |