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