apply_filters( 'jsps_register_core_skin', $cskins ) → {array}
Filters the list of Core Skins. This hook is used by the Core Plugin itself.
You shouldn't use this hook: use jsps_register_custom_skin instead.
You shouldn't use this hook: use jsps_register_custom_skin instead.
Parameters:
Name | Type | Default | Description | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
$cskins |
array | array() |
The list of Core Skins.
Properties
|
- Since:
- 2.0.0 First version
- Source:
Returns:
The list of Core Skins.
- Type
- array