wp_remove_targeted_link_rel_filters()

Summary

Removes the filters added by wp_init_targeted_link_rel_filters()


Source

File: src/BigCommerce/Compatibility/wordpress-5-dot-1.php

	function wp_remove_targeted_link_rel_filters() {
		// do nothing, since the companion function doesn't exist either
	}


User Contributed Notes

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