You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tested up to named WordPress 7.0 when 7.1 had shipped. The directory hides
plugins that are not documented as tested against the current release, so this
alone would have kept it out of search results.
The WP-CLI file now refuses direct access. Every other file in the plugin only
declares a class, and is inert if reached over HTTP; this one registers its
command as it loads, so it needed the guard the others do not.