2020-05-02 / 4309阅 / 悠然
Checks if the current post has any of given tags.
The given tags are checked against the post’s tags’ term_ids, names and slugs. Tags given as integers will> Conditional Tags article in the Theme Developer Handbook.
(string|int|array)
(Optional)
The tag name/term_id/slug or array of them to check for.
Default value: ''
(int|object)
(Optional)
Post to check instead of the current post. (since 2.7.0)
Default value: null
(bool) True if the current post has any of the given tags (or any tag, if no tag specified).