Filter for separate slot html

Issue #133 resolved
Janez Svetin created an issue

Currently, there is a filter for the output of all slots html.

There should also be a filter which allows you to modify html on per slot level. For example, you can then easily modify tooltip value of the slot or the inner html of the slot.

See here what kind of issue then this solves: https://bizzthemes.com/forums/topic/timezones/

Comments (1)

  1. Željan Topić

    Added with 3.1. This is the filter:

    apply_filters( 'woocommerce_appointments_time_slot_html', $slot_html, $slot, $slot_left, $slot_locale, $staff_id, $timezone, $appointable_product );
    
  2. Log in to comment