2020-05-02 / 6046阅 / 悠然
Check if the current post has any of given terms.
The given terms are checked against the post’s terms’ term_ids, names and slugs. Terms given as integers will>
(string|int|array)
(Optional)
The term name/term_id/slug or array of them to check for.
Default value: ''
(string)
(Optional)
Taxonomy name.
Default value: ''
(int|WP_Post)
(Optional)
Post to check instead of the current post.
Default value: null
(bool) True if the current post has any of the given tags (or any tag, if no tag specified).