// ===== REMOVE LISTEO-CORE LocalBusiness+Product SCHEMA ===== // Remove the broken auto-generated LocalBusiness schema that has swapped address fields add_action("template_redirect", function() { if (is_singular("listing")) { $instance = Listeo_Core_Post_Types::instance(); remove_action("wp_head", array($instance, "add_local_business_schema"), 20); } }, 0); // ===== END REMOVE LISTEO-CORE SCHEMA =====