ASTRA_Ext_LifterLMS_Markup::lifterlms_profile_link_enabled()
LifterLMS Profile Enabled.
Description
Return
(void)
Source
File: addons/lifterlms/classes/class-astra-ext-lifterlms-markup.php
public function lifterlms_profile_link_enabled() { if ( astra_get_option( 'lifterlms-profile-link-enabled' ) ) { self::astra_header_lifterlms(); } }
Expand full source code Collapse full source code View on Trac