wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



post_type_archive_feed_link › Filtr WordPress Hooks

Od3.1.0
Przestarzałyn/a
apply_filters( 'post_type_archive_feed_link', $link, $feed )
Parametry: (2)
  • (string) $link The post type archive feed link.
    Wymagane: Tak
  • (string) $feed Feed type. Possible values include 'rss2', 'atom'.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the post type archive feed link.





Źródło

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