Opened 9 years ago
Closed 20 months ago
#36654 closed enhancement (wontfix)
New function `has_terms`
Reported by: | sebastian.pisula | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Taxonomy | Keywords: | has-patch needs-unit-tests reporter-feedback |
Focuses: | Cc: |
Description
I suggest add new function:
if(has_terms('category')) { the_terms(x, 'category'); }
Attachments (1)
Change History (5)
#3
@
20 months ago
So after all these years, I don't think that this function is needed.
https://developer.wordpress.org/reference/functions/has_term/
Has_term support as parameter an array, so it is possible to specify multiple terms.
Note: See
TracTickets for help on using
tickets.
What is the difference with
has_term
?I think that are the same but only with different code approach, instead
has_terms
has 3 parameter that add the support for term and not only for taxonomy.