Title: Implement function wp_cache_get_multiple
Last modified: March 22, 2023

---

# Implement function wp_cache_get_multiple

 *  Resolved [Jonny Harris](https://wordpress.org/support/users/spacedmonkey/)
 * (@spacedmonkey)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/implement-function-wp_cache_get_multiple/)
 * The function wp_cache_get_multiple was added in WordPress 5.5. However this plugin
   does not seem to support it. Adding support is simple, as you already have wp_cache_get_multi.
   Please implement this function.
 * > [Introduce wp_cache_get_multiple() in WordPress Core](https://make.wordpress.org/core/2020/08/11/introduce-wp_cache_get_multiple/)
 * See where I did this in WordPress core. 
   [https://github.com/WordPress/wordpress-develop/commit/ab0feb8b44eca9648f00c74f7932b794307f9ce2](https://github.com/WordPress/wordpress-develop/commit/ab0feb8b44eca9648f00c74f7932b794307f9ce2)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fimplement-function-wp_cache_get_multiple%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Support [Plamen M](https://wordpress.org/support/users/plamenm/)
 * (@plamenm)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/implement-function-wp_cache_get_multiple/#post-16584389)
 * Hello Jonny,
 * Thank you for your suggestion. This implementation is already taken under consideration
   by our plugin developers. However, it also involves changes in the caching system
   environment which need to be tested thoroughly before they are introduced in 
   production.
 * I would suggest that you should follow the changelog of the plugin for future
   updates on this.
 * Regards, 
   Plamen MartinovTech Support TeamSiteGround.com
 *  Thread Starter [Jonny Harris](https://wordpress.org/support/users/spacedmonkey/)
 * (@spacedmonkey)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/implement-function-wp_cache_get_multiple/#post-16584479)
 * Okay, but there is currently a function called `wp_cache_get_multi` in your object-
   cache.php file. This does exactly that is needed here and has been in the codebase
   for a while. You can use this existing function and make **wp_cache_get_multiple**
   a wrapper for this function.
 * Of course this requires testing, but the performance impact is massive. As a 
   core committer, I will to help support this effort, if required.
 *  Plugin Support [Plamen M](https://wordpress.org/support/users/plamenm/)
 * (@plamenm)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/implement-function-wp_cache_get_multiple/#post-16584532)
 * Thank you for the update, Jonny. This is the implementation that we will be testing.
   I can not provide an ETA for its production release though. We will include a
   note in the future changelogs.
 * Regards, 
   Plamen MartinovTech Support TeamSiteGround.com
 *  Thread Starter [Jonny Harris](https://wordpress.org/support/users/spacedmonkey/)
 * (@spacedmonkey)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/implement-function-wp_cache_get_multiple/#post-16625535)
 * Here is write up on the benefits of this function
 * [https://xwp.co/easy-performance-wins-with-opt-in-caching-improvements/](https://xwp.co/easy-performance-wins-with-opt-in-caching-improvements/)

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Implement function wp_cache_get_multiple’ is closed to new replies.

 * ![](https://ps.w.org/sg-cachepress/assets/icon-256x256.gif?rev=2971889)
 * [Speed Optimizer - The All-In-One Performance-Boosting Plugin](https://wordpress.org/plugins/sg-cachepress/)
 * [Support Threads](https://wordpress.org/support/plugin/sg-cachepress/)
 * [Active Topics](https://wordpress.org/support/plugin/sg-cachepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sg-cachepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sg-cachepress/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Jonny Harris](https://wordpress.org/support/users/spacedmonkey/)
 * Last activity: [3 years, 2 months ago](https://wordpress.org/support/topic/implement-function-wp_cache_get_multiple/#post-16625535)
 * Status: resolved