Astra_Theme_Update::v_1_4_0_beta_4()
Introduced different logo for mobile devices option
Description
Source
File: inc/theme-update/class-astra-theme-update.php
public static function v_1_4_0_beta_4() {
$mobile_header_logo = astra_get_option( 'mobile-header-logo' );
$theme_options = get_option( 'astra-settings' );
if ( '' != $mobile_header_logo ) {
$theme_options['different-mobile-logo'] = true;
}
update_option( 'astra-settings', $theme_options );
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 1.4.0-beta.4 | Introduced. |