Astra_Ext_White_Label_Markup::astra_pro_branded_icons()
Update Plugin icon to be whitelabelled.
Description
Return
(Array) Default plugin using Theme screenshot image for Astra Pro.
Source
File: classes/class-astra-ext-white-label-markup.php
public function astra_pro_branded_icons() {
return array(
'default' => self::get_whitelabel_string( 'astra', 'screenshot' ),
);
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 1.6.14 | Introduced. |