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.
1 parent 32d88ef commit abaf2c5Copy full SHA for abaf2c5
search-replace-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;
+$wpcli_search_replace_autoloader = dirname( __FILE__ ) . '/vendor/autoload.php';
+if ( file_exists( $wpcli_search_replace_autoloader ) ) {
+ require_once $wpcli_search_replace_autoloader;
10
11
12
WP_CLI::add_command( 'search-replace', 'Search_Replace_Command' );
0 commit comments