Installing WP-CLI in Windows
1. Install Composer Download and install the Composer 2. Verify Composer: 3. Verify PHP 4. Download wp-cli phar file. Create a folder wp-cli in C:\ directory & put the phar file in the directory. Create a batch file & enter the following code. Save the file name as wp.bat @ECHO OFFphp “c:/wp-cli/wp-cli.phar” %* 5. Set…