WP Preflight Command

Check for common WordPress mistakes & enforce best practices before take off

Take Off ↗

Simple

More than 30 checks just one command away. Foolproof yourself and your clients never been easier.

Helpful

Blaming you being a poor developer is not the goal. The command teaches you fixing the problems and enforcing best practices..

Extendable

Multiple actions and filters for you to inject checks and configuration, or even replace them entirely. Sky is your limit.

As Easy as 1, 2, 3

# install
$ wp package install itinerisLtd/preflight-command:@stable

# check mate
$ wp preflight check
+-------------------------------------+----------+
| id                                  | status   |
+-------------------------------------+----------+
| allow-indexing                      | Success  |
| blacklisted-user-emails             | Disabled |
| blacklisted-usernames               | Error    |
| inactive-plugins                    | Failure  |
| unique-salt-constants               | Success  |
| ...and many more                    | Success  |
+-------------------------------------+----------+

COMPATIBILITY NOTE

WP Preflight Command requires:

  • WP CLI v2.0 or later
  • PHP 7.2 or later