Jake Vanderwerf
2026-05-31 97e7c319d656a5f05489ca996e249e7359303d4d
inc/integrations/GoogleMaps.php
@@ -5,6 +5,7 @@
 */
namespace JVBase\integrations;
use JVBase\registrar\Registrar;
use WP_Error;
if (!defined('ABSPATH')) {
@@ -541,7 +542,7 @@
         return true;
      }
      if (isJVBContentTax() && get_term_meta(get_queried_object_id(), BASE . 'has_map', true) === true) {
      if (!empty(Registrar::getFeatured('is_content', 'term')) && get_term_meta(get_queried_object_id(), BASE . 'has_map', true) === true) {
         return true;
      }