innocode-digital / wp-simple-opcache-status
Shows status information about the cache.
Package info
github.com/innocode-digital/wp-simple-opcache-status
Type:wordpress-muplugin
pkg:composer/innocode-digital/wp-simple-opcache-status
1.0.0
2021-03-10 14:02 UTC
Requires
- php: >=7.1
- composer/installers: ~1.0
README
Description
Shows status information about the cache.
Install
-
Preferable way is to use Composer:
composer require innocode-digital/wp-simple-opcache-statusBy default, it will be installed as Must Use Plugin. It's possible to control with
extra.installer-pathsincomposer.json. -
Alternate way is to clone this repo to
wp-content/mu-plugins/orwp-content/plugins/:cd wp-content/plugins/ git clone git@github.com:innocode-digital/wp-simple-opcache-status.git cd wp-simple-opcache-status/ composer install
If plugin was installed as regular plugin then activate Simple OPcache Status from Plugins page
or WP-CLI: wp plugin activate wp-simple-opcache-status.