Continue load if not built

This commit is contained in:
Mike Jolley 2019-05-14 19:33:47 +01:00
parent 2752605f54
commit 41a19448f3
1 changed files with 0 additions and 1 deletions

View File

@ -87,7 +87,6 @@ class WC_Admin_Feature_Plugin {
if ( ! $this->check_build() ) {
add_action( 'admin_notices', array( $this, 'render_build_notice' ) );
return;
}
$this->includes();