createMetaBox( array( 'name' => 'Testimonial Options', 'post_type' => 'testimonial', ) ); $myMetaBox->createOption( array( 'name' => __( 'Username', 'demo_ather' ), 'id' => 'testimonial_user', 'type' => 'text', 'desc' => __( '', 'demo_ather' ), ) ); $myMetaBox->createOption( array( 'name' => __( 'User Url', 'demo_ather' ), 'id' => 'testimonial_url', 'type' => 'text', 'desc' => __( '', 'demo_ather' ), ) ); }