apply_filters( 'juiz_sps_after_last_item', $text ) → {string}
Prints something just after the last network markup (after the last
li
element by default)
This is not an action hook ;)
Parameters:
Name | Type | Default | Description |
---|---|---|---|
$text |
string | "" | The text or HTML code printed after the item. |
- Since:
- 1.0.0 First version
- Source:
Returns:
The text or HTML code printed after the item.
- Type
- string