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();
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |