apply_filters( ‘make_clickable_rel’, string $rel, string $url )

In this article

Filters the rel value that is added to URL matches converted to links.

Parameters

$relstring
The rel value.
$urlstring
The matched URL being converted to a link tag.

Source

$rel = apply_filters( 'make_clickable_rel', $rel, $url );

Changelog

VersionDescription
5.3.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.