mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 21:24:35 +00:00
4c36079299f739a2a796f45a8eb0eaa5942e5d20
WP_Term_Query.
The `get_term()` mapping may result in term objects that are `null` or `WP_Error` when plugins use `get_term` or a related filter. Since `null` and error objects are not valid results for a term query, we discard them. Props GM_Alex. See #42691. git-svn-id: https://develop.svn.wordpress.org/trunk@43049 602fd350-edb4-49c9-b593-d223f7449a82
Description
No description provided
Languages
PHP
80.5%
CSS
9.4%
JavaScript
8.5%
SCSS
0.9%
HTML
0.7%