Closed emrikol closed 2 years ago
According to the WordPress docs, wp_cache_flush() should return true on success or false on failure, but it is always returning null through the flush() class function.
wp_cache_flush()
true
false
null
flush()
According to the WordPress docs,
wp_cache_flush()
should returntrue
on success orfalse
on failure, but it is always returningnull
through theflush()
class function.