apply_filters( 'juiz_sps_before_the_list', $text ) → {string}
Prints something just before the
.juiz_sps_links_list
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
- Source:
Returns:
The text or HTML code printed before the content.
- Type
- string