Filter: juiz_sps_hide_intro

apply_filters( 'juiz_sps_hide_intro', $is_hidden ) → {boolean}
Decides if the intro text before the buttons should be printed or not.

Parameters:

Name Type Default Description
$is_hidden boolean false Set to false if you want to print it.
Since:
  • 1.0.0 First version
Author:
Source:

Returns:

The true or false value, nothing else.
Type
boolean