Updating WordPress using WP-CLI

Categories: Administration, Wordpress

After installing wp-cli, you can use the following command to update your wordpress installation. wp-cli core update Then you can use this command to update the plugins. Be careful though, specially those using paid plugins, check licensing first before updating. wp-cli plugin update –all You can use this command to update the themes. Same for … Read More