Skip to content

wp-digital/wp-simple-opcache-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple OPcache Status

Description

Shows status information about the cache.

Install

  • Preferable way is to use Composer:

    composer require innocode-digital/wp-simple-opcache-status
    

    By default, it will be installed as Must Use Plugin. It's possible to control with extra.installer-paths in composer.json.

  • Alternate way is to clone this repo to wp-content/mu-plugins/ or wp-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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages