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



get_the_tags › WordPress Filter Hooks

Seit2.3.0
Veraltetn/v
apply_filters( 'get_the_tags', $terms )
Parameter:
  • () terms Array of WP_Term objects on success, false if there are no terms or the post does not exist, WP_Error on failure.
    Erforderlich: Ja
Siehe:
  • get_the_terms()
Definiert in:
Codex:

Filters the array of tags for the given post.





Quellcode

return apply_filters( 'get_the_tags', $terms );