We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8bf88f + a5c02f9 commit 47c4e68Copy full SHA for 47c4e68
cache-command.php
@@ -4,9 +4,9 @@
4
return;
5
}
6
7
-$wp_cli_cache_autoloader = dirname( __FILE__ ) . '/vendor/autoload.php';
8
-if ( file_exists( $wp_cli_cache_autoloader ) ) {
9
- require_once $wp_cli_cache_autoloader;
+$wpcli_cache_autoloader = dirname( __FILE__ ) . '/vendor/autoload.php';
+if ( file_exists( $wpcli_cache_autoloader ) ) {
+ require_once $wpcli_cache_autoloader;
10
11
12
WP_CLI::add_command( 'cache', 'Cache_Command' );
0 commit comments