August Oberhauser
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Thank you Angelo!
Thanks a lot for your fast answer! Worked perfectly:
add_filter('em_event_validate_meta','em_taxonomies_event_validate_meta', 1, 2); function em_taxonomies_event_validate_meta($result, $EM_Event){ // Do validation stuff return count($EM_Event->errors) == 0; }You mean it’s not called by the plugin, just like
em_event_save?! I only thought the equivalent ofem_event_saveisem_event_validate, which is not exactly the case here.
However it works now as it should! Thanks!- This reply was modified 6 years, 11 months ago by August Oberhauser.
- This reply was modified 6 years, 11 months ago by August Oberhauser.
Turns out that I used some WP filters / actions in functions.php, which used custom attributes / styles with ambiguous meaning.
This causes wrong interpretation in the wp fullcalendar plugin and also caused wrong or non visible events.
Viewing 3 replies - 1 through 3 (of 3 total)