apply_filters( 'wp_targeted_link_rel', string $rel, string $link_html )

Filters the rel values that are added to links with target attribute.


Description Description


Parameters Parameters

$rel

(string) The rel values.

$link_html

(string) The matched content of the link tag including all HTML attributes.


Top ↑

Source Source

File: wp-includes/formatting.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
5.1.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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