apply_filters( 'juiz_sps_after_the_list', $text ) → {string}
Prints something just after 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 after the content. |
- Since:
- 1.0.0 First version
- Source:
Returns:
The text or HTML code printed after the content.
- Type
- string