Skip to content

End restricting usage of term_exists()#812

Merged
rebeccahum merged 1 commit intodevelopfrom
fix/remove-term-exists-error
Feb 16, 2024
Merged

End restricting usage of term_exists()#812
rebeccahum merged 1 commit intodevelopfrom
fix/remove-term-exists-error

Conversation

@GaryJones
Copy link
Contributor

Since WP 6.0.0, term_exists() uses get_terms() internally`. See core.trac.wordpress.org/ticket/36949. This means that reporting this function as not being cached is not true anymore.

Fixes #720.

Since WP 6.0.0, term_exists() uses get_terms() internally`. See core.trac.wordpress.org/ticket/36949. This means that reporting this function as not being cached is not true anymore.

Fixes #720.
@GaryJones GaryJones added this to the 3.x milestone Feb 16, 2024
@GaryJones GaryJones requested a review from a team as a code owner February 16, 2024 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

End restricting usage of term_exists()

2 participants