Astra_Addon_Update::v_1_3_0_beta_4()

LifterLMS custom header menu.


Description


Source

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

		public static function v_1_3_0_beta_4() {

			$astra_options = get_option( ASTRA_THEME_SETTINGS, array() );

			if ( isset( $astra_options['header-main-rt-section'] ) && 'lifterlms' == $astra_options['header-main-rt-section'] ) {
				$astra_options['header-main-rt-section']         = 'none';
				$astra_options['lifterlms-profile-link-enabled'] = true;
			}

			update_option( ASTRA_THEME_SETTINGS, $astra_options );
		}

Changelog

Changelog
Version Description
1.3.0-beta.4 Introduced.

User Contributed Notes

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