WP Manifestindependent plugin directory
manifest / performance / od-default-disabled

Optimization Detective Default Disabled

Disables functionality in Optimization Detective by default unless the ?optimization_detective_enabled=1 query parameter is present. This allows you for troubleshooting issues on a live site without visitors seeing a broken experience.

by Weston Ruter · github.com/westonruter/od-default-disabled · website

0stars
0forks

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/westonruter/od-default-disabled/archive/refs/heads/main.zip

Declares an update source (https://github.com/westonruter/od-default-disabled), so updates arrive through the plugin's own updater.

From the readme

Installation 1. Download the plugin ZIP from GitHub (see also link above). 2. Visit Plugins Add New Plugin in the WordPress Admin. 3. Click Upload Plugin. 4. Select the ZIP file on your system from step 1 and click Install Now. 5. Click the Activate Plugin button. You may also install and update via Git Updater.

Read the full README on GitHub →