Filter hook 'make_clickable_rel'

in WP Core File wp-includes/formatting.php at line 3045

Description

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

Occurrences

Filename Line Number
wp-includes/formatting.php 3045

Parameters

Type Name Description
string $rel The rel value.
string $url The matched URL being converted to a link tag.

PHP Doc

/**
	 * Filters the rel value that is added to URL matches converted to links.
	 *
	 * @since 5.3.0
	 *
	 * @param string $rel The rel value.
	 * @param string $url The matched URL being converted to a link tag.
	 */