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.

Top ↑

Source

File: wp-includes/formatting.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
5.3.0 Introduced.

Top ↑

User Contributed Notes

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