wpseek.com
A WordPress-centric search engine for devs and theme authors



post_type_archive_feed_link › WordPress Filter Hooks

Since3.1.0
Deprecatedn/a
apply_filters( 'post_type_archive_feed_link', $link, $feed )
Parameters: (2)
  • (string) $link The post type archive feed link.
    Required: Yes
  • (string) $feed Feed type. Possible values include 'rss2', 'atom'.
    Required: Yes
Defined at:
Codex:

Filters the post type archive feed link.





Source

return apply_filters( 'post_type_archive_feed_link', $link, $feed );