wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



search_feed_link › Les Filtres WordPress

Depuis2.5.0
Dépréciéen/a
apply_filters( 'search_feed_link', $link, $feed, 'posts' )
Paramètres: (3)
  • (string) $link Search feed link.
    Requis: Oui
  • (string) $feed Feed type. Possible values include 'rss2', 'atom'.
    Requis: Oui
  • (string) $type The search type. One of 'posts' or 'comments'.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the search feed link.





Source

return apply_filters( 'search_feed_link', $link, $feed, 'posts' );