esc_html__( 'Job Options', 'bizmax' ), 'post_type' => 'bizmax_job', 'data_type' => 'serialize', ) ); CSF::createSection( $bizmax_job_meta, array( 'fields' => array( array( 'id' => 'job_time', 'type' => 'text', 'title' => esc_html__( 'Time', 'bizmax' ), 'default' => esc_html__( 'Full Time', 'bizmax' ) ), array( 'id' => 'job_location', 'type' => 'text', 'title' => esc_html__( 'Location', 'bizmax' ), 'default' => esc_html__( 'New York, USA.', 'bizmax' ) ), array( 'id' => 'job_salary', 'type' => 'text', 'title' => esc_html__( 'Salary', 'bizmax' ), 'default' => esc_html__( '$600 - $800 / mon', 'bizmax' ) ), ) ) );