ASTRA_Ext_LearnDash_Markup::learndash_profile_link_enabled()
LearnDash Profile Enabled.
Description
Return
(void)
Source
File: addons/learndash/classes/class-astra-ext-learndash-markup.php
public function learndash_profile_link_enabled() { if ( apply_filters( 'astra_learndash_profile_icon_enable', true ) && astra_get_option( 'learndash-profile-link-enabled' ) ) { $profile_link = astra_get_option( 'learndash-profile-link' ); self::astra_header_learndash( $profile_link ); } }
Expand full source code Collapse full source code View on Trac