Filter: juiz_sps_after_the_sps

apply_filters( 'juiz_sps_after_the_sps', $text ) → {string}
Prints something after the .juiz_sps_links element, just before the other filter juiz_sps_content applies. This is not an action hook ;)

Parameters:

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

Returns:

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