wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



get_tags › WordPress Filter Hooks

Seit2.3.0
Veraltetn/v
apply_filters( 'get_tags', $tags, $args )
Parameter: (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.
    Erforderlich: Ja
  • (array) $args An array of arguments. See {@see get_terms()}.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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