Viewing 2 replies - 1 through 2 (of 2 total)
  • sorry this isn’t possible at the moment.

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    possible (most things are…), but would require some coding on your part.

    e.g. hook into the em_bookings_is_open filter

    return apply_filters('em_bookings_is_open', $return, $this);

    $this = $EM_Bookings check the current user e.g.

    $EM_Event = $EM_Bookings->get_event(); //this event to be booked
    $EM_Person = new EM_Person(get_current_user_id());
    $bookings = $EM_Person->get_bookings();
    //llop through bookings and check for bookings for an event on that day.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Limit registrations to one per day’ is closed to new replies.