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



get_tags › Filtr WordPress Hooks

Od2.3.0
Przestarzałyn/a
apply_filters( 'get_tags', $tags, $args )
Parametry: (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.
    Wymagane: Tak
  • (array) $args An array of arguments. See {@see get_terms()}.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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





Źródło

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