How to install and activate a plugin using an external PHP script?
WP CLI The easy way; use the WP CLI (also available as wp-cli.phar) to get a solid, maintainable solution for this requirement. More for this topic you will find at the command wp plugin <command> WP API If you will need a custom script is is necessary to load the WP API, via wp-load.php and … Read more