apply_filters( 'juiz_sps_items_attr', $attrs ) → {string}
Edits the item (LI by default) HTML attributes before printing it.
To edit a specific item attributes, see juiz_sps_*_item_attr
To edit a specific item attributes, see juiz_sps_*_item_attr
Parameters:
Name | Type | Default | Description |
---|---|---|---|
$attrs |
string | '' | Empty most of the time, but not for Share API. |
- Since:
- 2.0.0 First version
- Source:
Returns:
The new attributes you added.
- Type
- string