apply_filters( 'jsps_register_custom_skin', $cskins ) → {array}
Filters the list of Custom Skins. It's the best way to add visual themes via external plugins or themes. You can also add skins directly in your theme. Follow this tutorial to do it: Create a Buttons Skin
Parameters:
Name | Type | Default | Description | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
$cskins |
array | array() |
The list of Custom Skins.
Properties
|
- Since:
- 2.0.0 First version
- Source:
- Tutorials:
Returns:
The list of Core Skins.
- Type
- array