dmhendricks/wordpress-output-buffering

Don't output buffer WP_CLI instances

lf-jeremy opened this issue · 1 comments

Check if WP-CLI is running during can_load method – return false.

if( defined( 'WP_CLI' ) && WP_CLI ) return false;

Thank you for notifying me of this issue!