Filter: juiz_sps_custom_skin_author

apply_filters( 'juiz_sps_custom_skin_author', $author, $skins ) → {string}
Filters the Button Skin(s) Author's name found in the current WP theme.

Parameters:

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

Returns:

The name of the author.
Type
string