make_clickable_rel WordPress Filter Hook
The make_clickable_rel Wordpress hook is used to make a clickable link from a URL in a post. This is useful when you want to link to a post or page on your blog from another site.
apply_filters( 'make_clickable_rel', string $rel , string $url ) #
Filters the rel value that is added to URL matches converted to links.
Parameters
- $rel
(string)The rel value.
- $url
(string)The matched URL being converted to a link tag.
Source
Changelog
Version | Description |
---|---|
5.3.0 | Introduced. |