Filter: juiz_sps_custom_skin_author_url

apply_filters( 'juiz_sps_custom_skin_author_url', $author_url, $skins ) → {string}
Filters the Button Skin(s) Author's URL found in the current WP theme.

Parameters:

Name Type Description
$author_url string The URL of the author, by default the Theme author.
$skins array A variable array of information about found skins.
Since:
  • 2.0.0 First version
Author:
Source:
Tutorials:

Returns:

The URL of the author.
Type
string