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