In [38296] we replaced `get_post_meta()` with `wp_get_attachment_metadata()` so that attachment metadata could be consistently filtered. However, this results in extra post queries which were previously avoided. This uses `_prime_post_caches()` instead of `update_meta_cache()` to improve post caching before looping through all images to retrieve attachment metadata. Props dlh. Fixes #40490. git-svn-id: https://develop.svn.wordpress.org/trunk@41315 602fd350-edb4-49c9-b593-d223f7449a82
Description
No description provided
Languages
PHP
76.7%
CSS
10.9%
JavaScript
9.2%
Modelica
2.4%
HTML
0.6%
Other
0.2%