Valor de disponibilidad de woofood
add_action("wp_footer", "wpslash_add_availabilty_checker_on_footer");
function wpslash_add_availabilty_checker_on_footer()
{
echo do_shortcode("[woofood_availability_popup]");
}
M D