wp_init_targeted_link_rel_filters()WP 5.1.0

Deprecated since 6.7.0. It is no longer supported and may be removed in future releases. It is recommended to replace this function with the same one.

Adds all filters modifying the rel attribute of targeted links.

No Hooks.

Returns

null. Nothing (null).

Usage

wp_init_targeted_link_rel_filters();

Changelog

Since 5.1.0 Introduced.
Deprecated since 6.7.0

wp_init_targeted_link_rel_filters() code WP 7.0

function wp_init_targeted_link_rel_filters() {
	_deprecated_function( __FUNCTION__, '6.7.0' );
}