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.


Top ↑

Source

File: wp-includes/formatting.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
5.3.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More