ASTRA_Ext_LifterLMS_Markup::menu_lifter_lms_profile_link_wrapper_start()

Lifter LMS Profile and Navigation Wrapper end for center header layout


Description


Return

(void)


Source

File: addons/lifterlms/classes/class-astra-ext-lifterlms-markup.php

		public function menu_lifter_lms_profile_link_wrapper_start() {
			$header_layout       = astra_get_option( 'header-layouts' );
			$header_profile_link = astra_get_option( 'lifterlms-profile-link-enabled' );
			if ( 'header-main-layout-2' === $header_layout && $header_profile_link ) {
				echo '<div class="ast-header-nav-lifter-profile-wrap">';
			}

		}

User Contributed Notes

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