ASTRA_Ext_LifterLMS_Markup::header_main_rt_option( Array $options )

Add LifterLMS icon markup


Description


Parameters

$options

(Array) (Required) header options array.


Return

(Array) header options array.


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();
		}

Changelog

Changelog
Version Description
1.0.0 Introduced.

User Contributed Notes

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