wearerequired / wp-cli-clear-opcache

🔧 Use WP-CLI to clear the OPcache for a site via HTTP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WP-CLI Clear OPcache

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.

About

🔧 Use WP-CLI to clear the OPcache for a site via HTTP.

License:GNU General Public License v2.0


Languages

Language:PHP 100.0%