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 );
		}

Changelog

Changelog
Version Description
1.4.0-beta.4 Introduced.

User Contributed Notes

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