apply_filters( 'make_clickable_rel', string $rel , string $url )
Filters the rel value that is added to URL matches converted to links.
Parameters
- $rel
-
The rel value.
- $url
-
The matched URL being converted to a link tag.
Source
Changelog
Version | Description |
---|---|
5.3.0 | Introduced. |