Changeset 55671 for trunk/src/wp-includes/class-wp-term-query.php
- Timestamp:
- 04/21/2023 09:22:04 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-term-query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-term-query.php
r55526 r55671 866 866 if ( $args['update_term_meta_cache'] ) { 867 867 $term_ids = wp_list_pluck( $term_objects, 'term_id' ); 868 update_termmeta_cache( $term_ids );868 wp_lazyload_term_meta( $term_ids ); 869 869 } 870 870
Note: See TracChangeset
for help on using the changeset viewer.