you'r right!

TY :)


On Mon, 19 Apr 2010 20:56:02 +0200
 rovo89 <[email protected]> wrote:
|> remove_filter('wp_head', 'feed_links_extra');
| | In default-filters.php, you can find the following line: | | add_action( 'wp_head', 'feed_links_extra', 3 ); | | To remove it, I think it's necessary to pass the same
|priority:
| | remove_action( 'wp_head', 'feed_links_extra', 3 );
| _______________________________________________
| wp-testers mailing list
| [email protected]
| http://lists.automattic.com/mailman/listinfo/wp-testers
_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

Reply via email to