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
The commands should actually extend the WP_CLI_Command class rather than the WP_CLI class. We will then have to switch a lot of the method calls to WP_CLI::method() rather than parent::method()
The text was updated successfully, but these errors were encountered:
The commands should actually extend the
WP_CLI_Command
class rather than theWP_CLI
class. We will then have to switch a lot of the method calls toWP_CLI::method()
rather thanparent::method()
The text was updated successfully, but these errors were encountered: