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



get_tags › WordPress Filter Hooks

Da2.3.0
Deprecaton/a
apply_filters( 'get_tags', $tags, $args )
Parametri: (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.
    Richiesto:
  • (array) $args An array of arguments. See {@see get_terms()}.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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