Changes between Initial Version and Version 1 of Ticket #58411
- Timestamp:
- 05/26/2023 07:15:23 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58411
- Property Keywords reporter-feedback removed
-
Property
Component
changed from
Taxonomy
toCache API
-
Ticket #58411 – Description
initial v1 1 {{{ 1 2 function update_term_cache( $terms, $taxonomy = '' ) { 2 3 $data = array(); … … 13 14 } 14 15 15 PHP Warning: Undefined property: stdClass::$term_id in / export/www/wordpress/wp-includes/taxonomy.php on line 380116 PHP Warning: Undefined property: stdClass::$term_id in /.../wp-includes/taxonomy.php on line 3801 16 17 [24-May-2023 11:53:21 UTC] objectcache.error: Cache key must be integer or non-empty string, empty string given (require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, WC_PB_Install::define_updating_constant, WC_PB_Install::is_update_pending, WC_PB_Install::must_update, WC_PB_Install::is_new_install, get_term_by, get_terms, WP_Term_Query->query, WP_Term_Query->get_terms, _prime_term_caches, update_term_cache) 18 }}}