Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Franky

    (@liedekef)

    You can use the available hooks to try to accomplish that, see:
    https://www.e-dynamics.be/wordpress/?cat=41

    Thread Starter mathi

    (@mathi)

    mhh. i tried – but unfortunately – my php skills are too less.

    add_action(’eme_insert_event_action’,’do_not_show_events_on_this_day’);
    function do_not_show_events_on_this_day($event){
    $events=
    }

    could it work till here ?
    please tell me, what i have to do with $event=.
    (do_not_show 24.12.2013 or some like this?)
    thank you. mathi.

    Plugin Author Franky

    (@liedekef)

    First you do a “print_r” to see what is in the variable, and next you can use any php function to do whatever you want there.
    But in your case, use the filter eme_event_list_filter()

    Thread Starter mathi

    (@mathi)

    no. i pass.
    it is to high.
    mathi.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘block days for events’ is closed to new replies.