You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Call the function wp_cache_flush_runtime in wp_clear_object_cache . This function has been in core since 6.0.0 ( WordPress/wordpress-develop@c98f4c0) and is designed to perform the what currently wp_clear_object_cache does.
Describe the solution you'd like
It might be worth calling wp_cache_supports('flush_runtime') before calling wp_cache_flush_runtime.