Astra_Ext_White_Label_Markup::astra_pro_whitelabel_author( String $author = false )

Get Astra Pro whitelabelled author.


Description


Parameters

$author

(String) (Optional) Original Product author from Graupi.

Default value: false


Return

(String) Astra Pro's whitelabelled author.


Source

File: classes/class-astra-ext-white-label-markup.php

		public function astra_pro_whitelabel_author( $author = false ) {
			return self::get_whitelabel_string( 'astra-agency', 'author', $author );
		}

Changelog

Changelog
Version Description
1.6.10 Introduced.


User Contributed Notes

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