Skip to content

Instantly share code, notes, and snippets.

@ChobPT
ChobPT / wc-bookings-availability-search-shortcode.php
Last active February 5, 2024 12:14 — forked from apintocr/wc-bookings-availability-search.php
WooCommerce Bookings Availability Search Shortcode
<?php
/*
* This code uses the original function and
* adds a shortcode functionality to display the product loop with
* the products that are available adding also another shortcode for
* products that are unavailable
*
* Usage: [bookable_products start="2019-10-10" end="2019-10-15"]
* [unbookable_products start="2019-10-10" end="2019-10-15"]
*