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



get_tags › Les Filtres WordPress

Depuis2.3.0
Dépréciéen/a
apply_filters( 'get_tags', $tags, $args )
Paramètres: (2)
  • (WP_Term[]|int|WP_Error) $tags Array of 'post_tag' term objects, a count thereof, or WP_Error if any of the taxonomies do not exist.
    Requis: Oui
  • (array) $args An array of arguments. See {@see get_terms()}.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the array of term objects returned for the 'post_tag' taxonomy.





Source

$tags = apply_filters( 'get_tags', $tags, $args );