ASTRA_Ext_LifterLMS_Markup::astra_lifterlms_profile_link_callback( array $attrs )

LifterLMS Profile Link Shortcode.


Description


Parameters

$attrs

(array) (Required) Shortcode Attrs.


Return

(mixed)


Source

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

		public function astra_lifterlms_profile_link_callback( $attrs ) {

			ob_start();
			self::astra_header_lifterlms();
			return ob_get_clean();
		}


User Contributed Notes

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