$options ) { 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' ); } }