Filter: jsps_register_core_skin

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.

Parameters:

Name Type Default Description
$cskins array array() The list of Core Skins.

Properties

Name Type Description
$cskins['slug'] array Info of a skin where slug is its shortname.

Properties

Name Type Description
$cskins['slug']['name'] string The visible name of the skin.
$cskins['slug']['demo_url_2x'] string The image used for the option in admin.
$cskins['slug']['support_compact'] boolean Does it have compact mode (tinier verion) support.
$cskins['slug']['support_hidden_name'] boolean Does it have hidden name support.
Since:
  • 2.0.0 First version
Author:
Source:

Returns:

The list of Core Skins.
Type
array