mirror of
git://develop.git.wordpress.org/
synced 2025-02-25 00:52:55 +01:00
WP_Query
loops.
[34529] introduced lazyloading for the metadata belonging to terms matching posts in the main `WP_Query`. The current changeset improves this technique in the following ways: * Term meta lazyloading is now performed on the results of all `WP_Query` queries, not just the main query. * Fewer global variable touches and greater encapsulation. * The logic for looping through posts to identify terms is now only performed once per `WP_Query`. Props dlh, boonebgorges. See #34047. git-svn-id: https://develop.svn.wordpress.org/trunk@34704 602fd350-edb4-49c9-b593-d223f7449a82
Description
No description provided
Languages
PHP
81.5%
CSS
8.9%
JavaScript
8.1%
SCSS
0.8%
HTML
0.7%