Share this page
add_filter('evo_healthcaredata_eventedit','eventon_custom_function_1', 10,2); function eventon_custom_function_1($array, $EVENT){ $array[] = array( 'type' => 'yesno_btn', 'label' => __('Negative Test Required', 'eventon'), 'id' => '_edata[_neg_test]', 'value' => $EVENT->get_eprop("_neg_test"), ); return $array; }