ASTRA_Ext_LifterLMS_Markup::menu_lifter_lms_profile_link_wrapper_end()
Lifter LMS Profile Enabled.
Description
Return
(void)
Source
File: addons/lifterlms/classes/class-astra-ext-lifterlms-markup.php
public function menu_lifter_lms_profile_link_wrapper_end() {
$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>';
}
}
Expand full source code Collapse full source code View on Trac