Use Availability Checker on All Pages

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]"); 

}