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