Feature request for adding flexibility for the get_tip() function in admin calendar.
Currently, we are hacking the plugin “woocommerce bookings > includes/admin/class-wc-bookings-calendar.php” to add this filter in replacing with the default return.
//—– plugin code
return esc_attr( $return );
//—– replace above code with this code
return apply_filters( ‘woocommerce_admin_calendar_tool_tip’, esc_attr( $return ), $booking );
The filter allows us to display booking information to inside tooltip that way admin can directly view the booking information by hovering over the booking item.
Closed
Last updated: May 15, 2026
Log in to comment on this feature request.
Hi there,
Thanks so much for taking the time to share this.
After reviewing, we have decided to close this one for now. It has been open for a while without gathering broader demand from other users, and we aim to prioritize the features that will benefit the largest portion of our community.
If this becomes a more widely-requested feature down the road, we are always open to revisiting it.
Thanks again for your suggestion!