Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: post_type_archive_feed_link

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
1145
1146      /**
1147       * Filter the post type archive feed link.
1148       *
1149       * @since 3.1.0
1150       *
1151       * @param string $link The post type archive feed link.
1152       * @param string $feed Feed type.
1153       */
1154      return apply_filters( 'post_type_archive_feed_link', $link, $feed );
1155 }
1156
1157 /**
1158  * Retrieve edit posts link for post.
1159  *
1160  * Can be used within the WordPress loop or outside of it. Can be used with
1161  * pages, posts, attachments, and revisions.
1162  *
1163  * @since 2.3.0