Skip to content

bacoords/wp-cli-commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

WP-CLI Commands

This repository contains a collection of WP-CLI commands that are useful for debugging and development.

How to use

For now, you can drop any of these files into your wp-content/mu-plugins directory.

Plugin Debugger

Cycle

This command cycles through all active plugins, deactivating and reactivating them one at a time.

wp plugin-debug cycle

Binary Search

This command uses a binary search approach to efficiently find problematic plugins by deactivating plugins in groups.

wp plugin-debug binary

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages