Filter: juiz_sps_before_first_item

apply_filters( 'juiz_sps_before_first_item', $text ) → {string}
Prints something just before the first network markup (before the li element by default) This is not an action hook ;)

Parameters:

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

Returns:

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