[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fT0YFqpntzIFLS_rNpahz715HAzh_OopalvhgdblSmg4":3},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":11,"num_ratings":13,"last_updated":14,"tested_up_to":15,"requires_at_least":16,"requires_php":17,"tags":18,"homepage":24,"download_link":25,"security_score":26,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29,"vulnerabilities":30,"developer":31,"crawl_stats":28,"alternatives":39,"analysis":133,"fingerprints":168},"simple-fields-map-extension","Simple Fields Map extension","1.3.4","Pär Thernström","https:\u002F\u002Fprofiles.wordpress.org\u002Feskapism\u002F","\u003Cp>Adds a new field type to \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Fsimple-fields\u002F\" rel=\"ugc\">Simple Fields\u003C\u002Fa> that let you choose a location.\u003C\u002Fp>\n\u003Cp>The coordinates (lat\u002Flng) of that location is saved\u003Cbr \u002F>\nand easily retrieved in for example your theme.\u003C\u002Fp>\n\u003Cp>Happy geocoding!\u003C\u002Fp>\n\u003Ch4>Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Easily add maps to any post, page or custom post type\u003C\u002Fli>\n\u003Cli>Integrates seamlessly into Simple Fields\u003C\u002Fli>\n\u003Cli>You can have multiple maps with separately settings\u003C\u002Fli>\n\u003Cli>Each map can have it’s own:\n\u003Cul>\n\u003Cli>zoom level\u003C\u002Fli>\n\u003Cli>map type (Roadmap, Satellite, Hybrid, Terrain)\u003C\u002Fli>\n\u003Cli>default location\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>Search location of address by using built in search box\u003C\u002Fli>\n\u003Cli>Search location by enter its latitude and longitude coordinates\u003C\u002Fli>\n\u003Cli>Supports Repeatable Fields – have any amount of maps connected to each post\u003C\u002Fli>\n\u003Cli>From each saved position you can get\n\u003Cul>\n\u003Cli>Latitude and Longitude\u003C\u002Fli>\n\u003Cli>Address information, including store\u002Fshop name if that was what the user searched for when adding this location\u003C\u002Fli>\n\u003Cli>Preferred zoom level\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>To add a map to a field group programmatically\u003C\u002Fh4>\n\u003Cp>Slug for this field extension is “googlemaps”.\u003C\u002Fp>\n\u003Cp>Full example using register field group:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php\n\n\u002F\u002F Add a field group with a Google Map-field\nsimple_fields_register_field_group('sf_map_test_field_fg',\n    array(\n        'name' => 'My map',\n        'slug' => \"mu_map\"\n        'repeatable' => 1,\n        'fields' => array(\n            array(\n                \"type\" => \"googlemaps\",\n                \"slug\" => \"sf_map\",\n                \"name\" => \"Test map\",\n                \"options\" => array(\n                    \"defaultZoomLevel\" => 10,\n                    \"defaultMapTypeId\" => \"HYBRID\", \u002F\u002F ROADMAP | SATELLITE | HYBRID | TERRAIN\n                    \"defaultLocationLat\" => 40.71435,\n                    \"defaultLocationLng\" => -74.00597,\n                    \"defaultZoomLevel\" => 10\n                )\n            )\n        )\n    )\n);\n\n?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Translations\u002FLanguages\u003C\u002Fh4>\n\u003Cp>This plugin is available in the following languages:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>English\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Usage\u003C\u002Fh3>\n\u003Col>\n\u003Cli>(Make sure you have Simple Fields installed)\u003C\u002Fli>\n\u003Cli>Install the Simple Fields Maps Extension plugin\u003C\u002Fli>\n\u003Cli>You will find the Map field in the usual settings page of Simple Fields\u003C\u002Fli>\n\u003C\u002Fol>\n","Extension to Simple Fields that adds a field type for selecting a location on a Google Map.",100,5767,4,"2013-12-18T10:47:00.000Z","3.7.41","3.8","",[19,20,21,22,23],"geolocation","google-maps","latitude","longitude","simple-fields","http:\u002F\u002Fearthpeople.se\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsimple-fields-map-extension.1.3.4.zip",85,0,null,"2026-03-15T15:16:48.613Z",[],{"slug":32,"display_name":7,"profile_url":8,"plugin_count":33,"total_installs":34,"avg_security_score":35,"avg_patch_time_days":36,"trust_score":37,"computed_at":38},"eskapism",11,361040,91,1680,73,"2026-04-04T03:47:43.907Z",[40,62,79,97,115],{"slug":41,"name":42,"version":43,"author":44,"author_profile":45,"description":46,"short_description":47,"active_installs":48,"downloaded":49,"rating":27,"num_ratings":27,"last_updated":50,"tested_up_to":51,"requires_at_least":52,"requires_php":53,"tags":54,"homepage":59,"download_link":60,"security_score":61,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29},"custom-map-coord","Coordinate for Google Map (No API Required)","1.1","Manish S","https:\u002F\u002Fprofiles.wordpress.org\u002Fshahmanish877\u002F","\u003Cp>No \u003Cstrong>API key\u003C\u002Fstrong> needed to use google maps, use direct iframe method.\u003Cbr \u002F>\nThis plugin allows to use the shortcode (\u003Cstrong>\u003Ccode>[map-coordinate]\u003C\u002Fcode>\u003C\u002Fstrong>), custom Elementor widget or a Gutenberg block to display Google Maps with Latitude & Longitude. There is also an admin menu to add Latitude & Longitude globally for all Gutenberg blocks and shortcodes.\u003C\u002Fp>\n\u003Cp>Check out the live version of the project here: \u003Ca href=\"https:\u002F\u002Ftastewp.com\u002Fplugins\u002Fcustom-map-coord\u002F\" rel=\"nofollow ugc\">Demo\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>You can add the coordinates globally for the map to use from admin menu (\u003Cstrong>\u003Ccode>Custom Map\u003C\u002Fcode>\u003C\u002Fstrong>) as shown on screenshot #1.\u003C\u002Fp>\n\u003Cp>The shortcode for the map to display is:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[map-coordinate]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>You can also add different coordinates for each shortcode:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[map-coordinate lat=\"xx\" lon=\"xx\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>If you are using Gutenberg editor for your posts, then you can also use the Gutenberg block – \u003Cstrong>Custom Map Coordinates\u003C\u002Fstrong>\u003Cbr \u002F>\nCustom elementor widget is also available to use for Elementor page builder.\u003C\u002Fp>\n","Use Google Maps without API using coordinates (latitude & longitude) anywhere in WordPress with help of shortcodes & Gutenberg block",20,1002,"2024-12-15T13:54:00.000Z","6.7.5","5.6","7.0",[55,56,20,57,58],"coordinates","google-map","latitude-longitude","maps","https:\u002F\u002F#","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-map-coord.zip",92,{"slug":63,"name":64,"version":65,"author":66,"author_profile":67,"description":68,"short_description":69,"active_installs":70,"downloaded":71,"rating":27,"num_ratings":27,"last_updated":72,"tested_up_to":73,"requires_at_least":74,"requires_php":17,"tags":75,"homepage":77,"download_link":78,"security_score":26,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29},"quick-location-maps","Quick Location Maps","1.0.0","Shashikanta","https:\u002F\u002Fprofiles.wordpress.org\u002Fsashikanta\u002F","\u003Cp>This Plugin insert a location map in your posts\u002Fpages using the iFrame based Google Maps without any Api.\u003Cbr \u002F>\nThe user can set the exact coords (latutude or longitudes) or insert the location address. If you want to insert a map in a posts you must to generate two personalized fields (called ‘latitude’ and ‘longitude’) with the coordinates or a personalized field called ‘location’ with the address.\u003C\u002Fp>\n\u003Cp>This is good for Real Estate type of Blog as shown in the pics and Custom filed type location. It is very lightweight tested in wordpress 3.3.2 version, custom template ready, Google API free.\u003C\u002Fp>\n","This Plugin insert a google map in to your posts using the Google Maps Api Free.",10,1782,"2012-11-10T19:44:00.000Z","3.3.2","2.8",[76,19,21,22,58],"custom-templates","http:\u002F\u002Fwww.anidipta.blogspot.com\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquick-location-maps.zip",{"slug":80,"name":81,"version":82,"author":83,"author_profile":84,"description":85,"short_description":86,"active_installs":87,"downloaded":88,"rating":11,"num_ratings":13,"last_updated":89,"tested_up_to":90,"requires_at_least":91,"requires_php":53,"tags":92,"homepage":17,"download_link":94,"security_score":11,"vuln_count":95,"unpatched_count":27,"last_vuln_date":96,"fetched_at":29},"track-geolocation-of-users-using-contact-form-7","Track Geolocation Of Users Using Contact Form 7","3.0.1","ZealousWeb","https:\u002F\u002Fprofiles.wordpress.org\u002Fzealopensource\u002F","\u003Cp>Track Geolocation Of Users Using Contact Form 7 allows you to get geolocation information with their form submission. This will help you know better from where the visitor has submitted the form.\u003C\u002Fp>\n\u003Ch4>Features of Track Geolocation Of Users Using Contact Form 7\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Advanced Filtering & Search – Quickly locate form submissions with filters for Country, City, and Submission Date.\u003C\u002Fli>\n\u003Cli>Custom Webhook Integrations – Automate workflows by sending geolocation data to external platforms.\u003C\u002Fli>\n\u003Cli>Multi-Language Compatibility – The plugin automatically translates data.\u003C\u002Fli>\n\u003Cli>Get Geolocation details including city,state,country,zipcode,latitude\u002Flongitude.\u003C\u002Fli>\n\u003Cli>Send all this information including a static google map image in the mail with a simple shortcode.\u003C\u002Fli>\n\u003Cli>Form Specific Visual chart to get to know from where the Visitors become more.\u003C\u002Fli>\n\u003Cli>We have used 2 Types of API here one is with access token key named ipstack and another is without access token which is free named ipapi & KeyCDN. So if you do not enter access token key in plugin setting then it will fetch data with the help of free API keys.\u003C\u002Fli>\n\u003Cli>To add latitude\u002Flongitude, country, state, city in mail – [geolocation]\u003C\u002Fli>\n\u003Cli>To add latitude\u002Flongitude, country, state, city & Google map static image in the mail   – [geolocation lat-long country state city gmap]\u003C\u002Fli>\n\u003Cli>To add only latitude\u002Flongitude in mail – [geolocation lat-long]\u003C\u002Fli>\n\u003Cli>To add only the country in the mail- [geolocation country]\u003C\u002Fli>\n\u003Cli>To add only the state in the mail – [geolocation state]\u003C\u002Fli>\n\u003Cli>To add only the city in the mail – [geolocation city]\u003C\u002Fli>\n\u003Cli>To add only Google map static image in the mail- [geolocation gmap]\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fdemo.zealousweb.com\u002Fwordpress-plugins\u002Ftrack-geolocation-of-users-using-contact-form-7\u002F\" rel=\"nofollow ugc\">Demo for Track Geolocation Of Users Using Contact Form 7\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Note: To add Google map static image in the mail you have to enable this 2 option\u003Cbr \u002F>\n1. You have to enable Use HTML content-type in the Mail setting of Contact form 7.\u003Cbr \u002F>\n2. You have to enable Maps Static API in Google Map API.\u003C\u002Fp>\n\u003Ch3>OUR OTHER PLUGINS\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fstore.zealousweb.com\u002Fwordpress-plugins\u002Fabandoned-contact-form-7-pro\" rel=\"nofollow ugc\">Abandoned Contact Form 7 Pro\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fstore.zealousweb.com\u002Fwordpress-plugins\u002Faccept-2checkout-payments-using-contact-form-7-pro\" rel=\"nofollow ugc\">Accept 2 Checkout Payments Using Contact Form 7 Pro\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fstore.zealousweb.com\u002Fwordpress-plugins\u002Faccept-authorize-net-payments-using-contact-form-7-pro\" rel=\"nofollow ugc\">Accept Authorize.NET Payments Using Contact Form 7 Pro\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fstore.zealousweb.com\u002Fwordpress-plugins\u002Faccept-elavon-payments-using-contact-form-7-pro\" rel=\"nofollow ugc\">Accept Elavon Payments Using Contact Form 7 Pro\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fstore.zealousweb.com\u002Fwordpress-plugins\u002Faccept-paypal-payments-using-contact-form-7-pro\" rel=\"nofollow ugc\">Accept PayPal Payments Using Contact Form 7 Pro\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fstore.zealousweb.com\u002Fwordpress-plugins\u002Faccept-sage-pay-opayo-payments-using-contact-form-7-pro\" rel=\"nofollow ugc\">Accept Sagepay(Opayo) Payments Using Contact Form 7 Pro\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fstore.zealousweb.com\u002Fwordpress-plugins\u002Faccept-stripe-payments-using-contact-form-7-pro\" rel=\"nofollow ugc\">Accept Stripe Payments Using Contact Form 7 Pro\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fstore.zealousweb.com\u002Fwordpress-plugins\u002Fcustom-product-options-woocommerce-pro\" rel=\"nofollow ugc\">Custom Product Options WooCommerce Pro\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fstore.zealousweb.com\u002Fwordpress-plugins\u002Fgenerate-pdf-using-contact-form-7-pro\" rel=\"nofollow ugc\">Generate PDF Using Contact Form 7 Pro\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fstore.zealousweb.com\u002Fwordpress-plugins\u002Fsmart-appointment-booking-pro\" rel=\"nofollow ugc\">Smart Appointment & Booking Pro\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fstore.zealousweb.com\u002Fwordpress-plugins\u002Fsmart-showcase-for-google-reviews-pro\" rel=\"nofollow ugc\">Smart Showcase for Google Reviews Pro\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fstore.zealousweb.com\u002Fwordpress-plugins\u002Fuser-registration-using-contact-form-7-pro\" rel=\"nofollow ugc\">User Registration Using Contact Form 7 Pro\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fli>\n\u003C\u002Ful>\n","Track Geolocation Of Users Using Contact Form 7 allows you to get geolocation information with their form submission.",800,11438,"2025-12-16T14:34:00.000Z","6.9.4","4.9",[19,20,93],"track-geolocation","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ftrack-geolocation-of-users-using-contact-form-7.3.0.1.zip",1,"2023-11-29 00:00:00",{"slug":98,"name":99,"version":100,"author":101,"author_profile":102,"description":103,"short_description":104,"active_installs":105,"downloaded":106,"rating":11,"num_ratings":107,"last_updated":108,"tested_up_to":109,"requires_at_least":110,"requires_php":17,"tags":111,"homepage":17,"download_link":114,"security_score":26,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29},"address-geocoder","Address Geocoder","1.0.1","Marty Spellerberg","https:\u002F\u002Fprofiles.wordpress.org\u002Fmartyspellerberg\u002F","\u003Cp>The Address Geocoder plugin lets you attach coordinates to your posts, pages, and custom post types. On your edit screens, simply enter an address into the metabox and hit “Geocode”.\u003C\u002Fp>\n\u003Cp>This plugin uses Google Maps API v3 to translate an address to lat\u002Flng coordinates. A Google Maps API key is required.\u003C\u002Fp>\n\u003Ch3>Fequently Asked Questions\u003C\u002Fh3>\n\u003Ch4>How do I retrieve the coordinates?\u003C\u002Fh4>\n\u003Cp>Access your data in the loop using the following functions, with the post ID passed as a parameter. For the full coordinates (in brackets):\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php echo get_geocode_latlng( $post->ID ); ?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>For the Latitude:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php echo get_geocode_lat( $post->ID ); ?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>For the Longitude:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php echo get_geocode_lng( $post->ID ); ?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>For the Address:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php echo get_geocode_address( $post->ID ); ?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n","Add location coordinates to your post types.",500,14602,7,"2019-01-23T13:14:00.000Z","5.1.22","4.8",[55,112,21,113,22],"geocode","location","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Faddress-geocoder.zip",{"slug":116,"name":117,"version":118,"author":119,"author_profile":120,"description":121,"short_description":122,"active_installs":123,"downloaded":124,"rating":11,"num_ratings":95,"last_updated":125,"tested_up_to":126,"requires_at_least":127,"requires_php":128,"tags":129,"homepage":131,"download_link":132,"security_score":11,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29},"quick-maps","Quick Maps","026.02.03.19","Renzo Johnson","https:\u002F\u002Fprofiles.wordpress.org\u002Frnzo\u002F","\u003Cp>The easiest Google Maps integration for your WordPress website – No Google API required, copy and paste this sample shortcode anywhere you want your Google maps displayed:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[quick-maps]Orlando, Florida[\u002Fquick-maps]\n[quick-maps]One Infinite Loop, Cupertino, CA 95014[\u002Fquick-maps]\n[quick-maps height=\"500px\"]Magic Kingdom, Florida[\u002Fquick-maps]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Premium Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fquickmaps.io\" rel=\"nofollow ugc\">Support for Color Schemes\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fquickmaps.io\" rel=\"nofollow ugc\">Support for Lazy Loading\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fquickmaps.io\" rel=\"nofollow ugc\">Support for Custom Markers\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fquickmaps.io\" rel=\"nofollow ugc\">Support for Custom JS\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fquickmaps.io\" rel=\"nofollow ugc\">Support for Custom CSS\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Requirements\u003C\u002Fh4>\n\u003Col>\n\u003Cli>WordPress 5.3 or higher\u003C\u002Fli>\n\u003C\u002Fol>\n","The easiest Google Maps integration for your Wordpress website [quick-maps]Orlando, Florida[\u002Fquick-maps] - No Google API required.",40,3447,"2026-02-04T00:03:00.000Z","6.8.5","6.0","7.4",[130,19,20,58,116],"easy-maps","https:\u002F\u002Fquickmaps.io","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquick-maps.026.02.03.19.zip",{"attackSurface":134,"codeSignals":150,"taintFlows":158,"riskAssessment":159,"analyzedAt":167},{"hooks":135,"ajaxHandlers":146,"restRoutes":147,"shortcodes":148,"cronEvents":149,"entryPointCount":27,"unprotectedCount":27},[136,142],{"type":137,"name":138,"callback":139,"file":140,"line":141},"action","admin_enqueue_scripts","closure","simple-fields-map-extension.php",107,{"type":137,"name":143,"callback":144,"file":140,"line":145},"simple_fields_register_field_types","simple_fields_field_googlemaps_register",401,[],[],[],[],{"dangerousFunctions":151,"sqlUsage":152,"outputEscaping":154,"fileOperations":27,"externalRequests":27,"nonceChecks":27,"capabilityChecks":27,"bundledLibraries":157},[],{"prepared":27,"raw":27,"locations":153},[],{"escaped":155,"rawEcho":27,"locations":156},5,[],[],[],{"summary":160,"deductions":161},"The static analysis of \"simple-fields-map-extension\" v1.3.4 reveals a strong adherence to secure coding practices.  The absence of any identified AJAX handlers, REST API routes, shortcodes, or cron events with unprotected entry points indicates a minimal attack surface. Furthermore, the code signals show no dangerous functions, all SQL queries are prepared, and all output is properly escaped. The lack of file operations, external HTTP requests, and the absence of taint analysis findings further bolster this positive security posture.  The vulnerability history is also clean, with no known CVEs, which suggests a history of security diligence by the developers.\n\nHowever, the complete absence of nonce checks and capability checks is a notable concern, even with the limited attack surface reported. While no vulnerabilities have been found to date, these missing security mechanisms could become a critical weakness if new entry points are introduced or if existing ones are unintentionally exposed. The plugin's current security is good, but there's room for improvement by implementing standard WordPress security checks for potential future-proofing.",[162,165],{"reason":163,"points":164},"Missing nonce checks",8,{"reason":166,"points":164},"Missing capability checks","2026-03-16T20:52:37.220Z",{"wat":169,"direct":178},{"assetPaths":170,"generatorPatterns":173,"scriptPaths":174,"versionParams":175},[171,172],"\u002Fwp-content\u002Fplugins\u002Fsimple-fields-map-extension\u002Fstyle.css","\u002Fwp-content\u002Fplugins\u002Fsimple-fields-map-extension\u002Fscripts.js",[],[172],[176,177],"simple-fields-map-extension\u002Fstyle.css?ver=","simple-fields-map-extension\u002Fscripts.js?ver=",{"cssClasses":179,"htmlComments":183,"htmlAttributes":193,"restEndpoints":207,"jsGlobals":208,"shortcodeOutput":209},[180,181,182],"simple-fields-field-group-one-field-row","simple-fields-field-group-one-field-row-col-first","simple-fields-field-group-one-field-row-col-second",[184,185,186,187,188,189,190,191,192]," Full example to add post type with maps and stuff"," In case I forget to comment it out, it will only be called when using on my test domain (hopefully pretty unique name :)"," To use the plugin \u003Cem>Simple Fields Map Extension\u003C\u002Fem> you must also have \u003Ca target=\"_blank\" href=\"http:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Fsimple-fields\u002F\">Simple Fields\u003C\u002Fa> installed."," Add admin scripts that the the plugin uses"," Generate output for the fields options screen"," Map type"," Default zoom level"," Default location"," Generate output for post edit screen",[194,195,196,197,198,199,200,195,200,194,200,196,197,198,199,201,202,203,204,205,206],"name=\"sf_map_test_field_fg\"","name=\"sf_map\"","name=\"defaultMapTypeId\"","name=\"defaultZoomLevel\"","name=\"defaultLocationLat\"","name=\"defaultLocationLng\"","name=\"sf_map_test\"","name=\"lat\"","name=\"lng\"","name=\"formatted_address\"","name=\"address_components\"","name=\"name\"","name=\"preferred_zoom\"",[],[],[]]