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 WP_CLI\Utils\is_bundled_command( $command ) method was introduced for making it easy to only track usage of bundled commands, not third-party commands.
As we don't do the tracking anymore, we don't need the above method either.