add_filter('the_content', 'lot88_add_gift_card_dropdown_to_gift_page'); add_action('wp_footer', 'lot88_global_custom_footer'); function lot88_add_gift_card_dropdown_to_gift_page($content) { if (!is_page('gift-cards') || !in_the_loop() || !is_main_query()) { return $content; } ob_start(); ?>
Lot 88 Gift Cards

Choose Your Location

Select your preferred Lot 88 location to purchase an e-gift card.

<?php }