wearerequired / wp-cli-clear-opcache
Use WP-CLI to clear the OPcache for a site via HTTP.
Installs: 28 977
Dependents: 0
Suggesters: 1
Security: 0
Stars: 17
Watchers: 2
Forks: 3
Open Issues: 1
Type:wordpress-plugin
Requires
- php: >=7.0
- ext-zend-opcache: *
Suggests
- wp-cli/wp-cli: Adds a command line interface to WordPress
This package is auto-updated.
Last update: 2024-11-10 07:41:31 UTC
README
Use WP-CLI to clear the OPcache for a site via HTTP.
Usage
# Clear the OPcache for the website.
$ wp opcache clear
# Invalidate a cached script.
$ wp opcache invalidate 'foo/bar.php'
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
.