apply_filters( 'juiz_sps_links_nofollow', $attr ) → {string}
Adds the
rel=""nofollow
attribute to every links/buttons.
Pro tips, you can use this hook to add attributes to every link.
Parameters:
Name | Type | Default | Description |
---|---|---|---|
$attr |
string | 'rel="nofollow"' | The attribute and its value. |
- Since:
- 1.0.0 First version
- Source:
Returns:
The attribute and its value.
- Type
- string