Bug: CLI cache busting broken with v7
-
The new v7 release has broken the
wp sg purge
command. This now always returns the errorUnable to Purge File Cache
.The issue appears to be that
WP_CLI->file_cacher->purge_everything()
does not return anything, whereas line 54 of Cli_Purge.php excepts it to return a true/false.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Bug: CLI cache busting broken with v7’ is closed to new replies.