Filter: juiz_sps_custom_skin_name

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

Parameters:

Name Type Description
$skin_name string The name of the skin, by default a combination of the Theme's name and the skin folder's name.
$skins array A variable array of information about found skins.
Since:
  • 2.0.0 First version
Author:
Source:

Returns:

The name of the skin.
Type
string