Astra_Ext_White_Label_Markup::astra_pro_whitelabel_author_url( String $author_url = false )

Get Astra Pro whitelabelled author URL.


Description


Parameters

$author_url

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

Default value: false


Return

(String) Astra Pro's whitelabelled author URL.


Source

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

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

Changelog

Changelog
Version Description
1.6.10 Introduced.


User Contributed Notes

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