Jake Vanderwerf
7 hours ago 88d9e0e2b7997eb0c96dc737082c91b4e3f7ca6e
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::withFeature('is_content', 'term')) && get_term_meta(get_queried_object_id(), BASE . 'has_map', true) === true) {
         return true;
      }