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 8a0d4ca + 16859c8 commit 8a736acCopy full SHA for 8a736ac
cache-command.php
@@ -4,9 +4,9 @@
4
return;
5
}
6
7
-$autoload = dirname( __FILE__ ) . '/vendor/autoload.php';
8
-if ( file_exists( $autoload ) ) {
9
- require_once $autoload;
+$wp_cli_cache_autoloader = dirname( __FILE__ ) . '/vendor/autoload.php';
+if ( file_exists( $wp_cli_cache_autoloader ) ) {
+ require_once $wp_cli_cache_autoloader;
10
11
12
WP_CLI::add_command( 'cache', 'Cache_Command' );
0 commit comments