Filter: juiz_sps_use_modal_css

apply_filters( 'juiz_sps_use_modal_css', $is_used ) → {boolean}
Adds to the wp_enqueue_style() the JSPS Modal CSS.

Parameters:

Name Type Default Description
$is_used boolean true true to use the CSS, false remove it.
Since:
  • 2.0.0
Author:
Source:

Returns:

true to use the CSS, false to remove it, and use CSS in your own way.
Type
boolean