User Availability Checker on All Pages
add_action("wp_footer", "wpslash_add_availabilty_checker_on_footer");
function wpslash_add_availabilty_checker_on_footer()
{
echo do_shortcode("[woofood_availability_popup]");
}
December 8, 2020
User Availability Checker on All Pages
add_action("wp_footer", "wpslash_add_availabilty_checker_on_footer");
function wpslash_add_availabilty_checker_on_footer()
{
echo do_shortcode("[woofood_availability_popup]");
}