apply_filters( 'juiz_sps_use_main_js', $is_used ) → {boolean}
Adds the Nobs JS file to the
wp_enqueue_script()
.
Be careful, removing this file will block counters, counting, and Share API Button won't work anymore. You won't be able to retrieve past sharings later.
Parameters:
Name | Type | Default | Description |
---|---|---|---|
$is_used |
boolean | true |
true to use the JS file, false remove it.
|
- Since:
- 2.0.0
- Source:
Returns:
true
to use the JS, false
to remove it.
- Type
- boolean