manifest / performance / wp-cli-clear-opcache
WP-CLI Clear OPcache
Use WP-CLI to clear the OPcache for a site via HTTP.
by required · github.com/wearerequired/wp-cli-clear-opcache · website
★ 17stars
38kcomposer installs
3forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/wearerequired/wp-cli-clear-opcache/archive/refs/heads/master.zipAlso on Packagist as wearerequired/wp-cli-clear-opcache:
composer require wearerequired/wp-cli-clear-opcacheFrom the readme
WP-CLI Clear OPcache
Use WP-CLI to clear the OPcache for a site via HTTP.
Usage
Installation
Installing this package requires WP-CLI to be installed on your server. Update to the latest stable release with wp cli update.
Once you've done so, you can install this plugin with composer require wearerequired/wp-cli-clear-opcache.
Read the full README on GitHub →