Filter: juiz_sps_before_the_sps

apply_filters( 'juiz_sps_before_the_sps', $text ) → {string}
Prints something before the .juiz_sps_links element. This is not an action hook ;)

Parameters:

Name Type Default Description
$text string "" The text or HTML code printed before the content.
Since:
  • 1.0.0 First version
Author:
Source:

Returns:

The text or HTML code printed before the content.
Type
string