Top Google Search Results
- Function Reference/get post type archive feed link « WordPress Codex
Function Reference/get post type archive feed link. This article is a ROUGH DRAFT. The author is still working on this document, so please do not edit this ... - get_post_type_archive_feed_link | A HitchHackers guide through ...
Feb 24, 2011 ... Feed type. Defined filters. post_type_archive_feed_link apply_filters( ' post_type_archive_feed_link', $link, $feed ). Source code. function ... - New hooks and filters added on 27/02/2011 « wpseek.com // blog
Feb 27, 2011... posts_search; post_comment_status_meta_box-options; post_format_rewrite_base; post_type_archive_feed_link; post_type_archive_link ... - get_post_type_archive_feed_link() WordPress function reference ...
'feed/'; if ( $feed != $default_feed ) $link .= "$feed/"; } else { $link = add_query_arg ( 'feed', $feed, $link ); } return apply_filters( 'post_type_archive_feed_link', ...