apply_filters( 'jsps_register_curr_tmpl_skins', $cskins ) → {array}
Filters the list of Theme Skins after populating it. It's the list of buttons skins available in the activated WordPress Theme.
Parameters:
Name | Type | Default | Description |
---|---|---|---|
$cskins |
array | array() | See jsps_register_custom_skin for more details. |
- Since:
- 2.0.0 First version
- Source:
Returns:
The list of Custom Skins populated.
- Type
- array