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.
wpcli_
wp_cli_
1 parent 16859c8 commit a5c02f9Copy full SHA for a5c02f9
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