$options ) { if( !in_array( $post_type, WPUltimatePostGrid::option( 'meta_box_hide', array() ) ) ) { add_meta_box( 'wpupg_meta_box_post', 'WP Ultimate Post Grid', array( $this, 'meta_box_post' ), $post_type, 'normal', 'high' ); } } } public function meta_box_post( $post ) { include( WPUltimatePostGrid::get()->coreDir . '/helpers/meta_boxes/meta_box_post.php' ); } }