apply_filters( 'juiz_sps_use_default_css', $is_used ) → {boolean}
Adds to the
wp_enqueue_style()
the JSPS CSS.
Parameters:
Name | Type | Default | Description |
---|---|---|---|
$is_used |
boolean | true |
true to use the CSS, false remove it.
|
- Since:
- 1.3.3.7 First version
- Source:
- Tutorials:
Returns:
true
to use the CSS, false
to remove it, and use CSS in your own way. Know that your can create a folder juiz-sps/
in your WP Theme to add the button's skin into the available skins within the administration. See the tutorial "Create a Buttons Skin"
- Type
- boolean