wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



post_type_archive_feed_link › WordPress Filter Hooks

Da3.1.0
Deprecaton/a
apply_filters( 'post_type_archive_feed_link', $link, $feed )
Parametri: (2)
  • (string) $link The post type archive feed link.
    Richiesto:
  • (string) $feed Feed type. Possible values include 'rss2', 'atom'.
    Richiesto:
Definito a:
Codex:

Filters the post type archive feed link.





Sorgenti

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