wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_init_targeted_link_rel_filters › WordPress Function

Since5.1.0
Deprecated6.7.0
wp_init_targeted_link_rel_filters ( No parameters )
Defined at:
Codex:

Adds all filters modifying the rel attribute of targeted links.



Source

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