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' ),
			);
		}

Changelog

Changelog
Version Description
1.6.14 Introduced.


User Contributed Notes

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