b05a22066a
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 |
||
---|---|---|
src | ||
tests | ||
tools/i18n | ||
.editorconfig | ||
.gitignore | ||
.jshintrc | ||
.travis.yml | ||
Gruntfile.js | ||
package.json | ||
phpunit.xml.dist | ||
wp-cli.yml | ||
wp-config-sample.php | ||
wp-tests-config-sample.php |