Don't output buffer WP_CLI instances
lf-jeremy opened this issue · 1 comments
lf-jeremy commented
Check if WP-CLI is running during can_load
method – return false.
if( defined( 'WP_CLI' ) && WP_CLI ) return false;
dmhendricks commented
Thank you for notifying me of this issue!