wp_remove_targeted_link_rel_filters()
Deprecated from version 6.7.0. It is no longer supported and can be removed in future releases. It is recommended to replace this function with the same one.
Removes all filters modifying the rel attribute of targeted links.
No Hooks.
Return
null
. Nothing (null).
Usage
wp_remove_targeted_link_rel_filters();
Changelog
Since 5.1.0 | Introduced. |
Deprecated since | 6.7.0 |
wp_remove_targeted_link_rel_filters() wp remove targeted link rel filters code WP 6.7.1
function wp_remove_targeted_link_rel_filters() { _deprecated_function( __FUNCTION__, '6.7.0' ); }