Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/formatting.php | apply_filters | 3290 | /** * Filters the rel values that are added to links with `target` attribute. * * @since 5.1.0 * * @param string $rel The rel values. * @param string $link_html The matched content of the link tag including all HTML attributes. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $rel | The rel values. |
string | $link_html | The matched content of the link tag including all HTML attributes. |