[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$f6jh5gncZgTONTABe_IJ1GCsmKMb4A-Fj6Po3O_8Y968":3},{"slug":4,"display_name":5,"profile_url":6,"plugin_count":7,"total_installs":8,"avg_security_score":9,"avg_patch_time_days":10,"trust_score":11,"computed_at":12,"plugins":13},"jonashjalmarsson","Jonas Hjalmarsson","https:\u002F\u002Fprofiles.wordpress.org\u002Fjonashjalmarsson\u002F",3,660,78,30,79,"2026-04-04T14:16:49.600Z",[14,40,61],{"slug":15,"name":16,"version":17,"author":5,"author_profile":6,"description":18,"short_description":19,"active_installs":20,"downloaded":21,"rating":22,"num_ratings":23,"last_updated":24,"tested_up_to":25,"requires_at_least":26,"requires_php":27,"tags":28,"homepage":34,"download_link":35,"security_score":36,"vuln_count":37,"unpatched_count":37,"last_vuln_date":38,"fetched_at":39},"really-simple-under-construction","Really Simple Under Construction Page","1.4.6","\u003Cp>Add a really simple version of a Under Construction page to your website by enable this plugin. Use IP to restrict all users except the whitelisted addresses.\u003C\u002Fp>\n\u003Cp>Go to the settings page in Settings > Really Simple Under Construction. Enable by checking the checkbox. The Under Construction site is only visible if not logged in. Optionally you can set three things:\u003Cbr \u002F>\n1. Customize the Under Construction site by adding plain HTML that will be displayed.\u003Cbr \u002F>\n2. Set the secret key to be able to by-pass the Under Construction page.\u003Cbr \u002F>\n3. Set for how long the by-pass should work.\u003Cbr \u002F>\n4. Add IP addresses for whitelisting a users or services.\u003C\u002Fp>\n","Adds a really simple version of a Under Construction page to your website. Use secret word in URL or IP addresses to a whitelist to by-pass for test p &hellip;",600,7716,96,9,"2023-08-03T14:46:00.000Z","6.2.9","6.0.0","7.4",[29,30,31,32,33],"construction","hide","hide-page","temporary-site","under-construction","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Freally-simple-under-construction\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Freally-simple-under-construction.1.4.6.zip",63,1,"2025-05-07 00:00:00","2026-03-15T15:16:48.613Z",{"slug":41,"name":42,"version":43,"author":5,"author_profile":6,"description":44,"short_description":45,"active_installs":46,"downloaded":47,"rating":48,"num_ratings":48,"last_updated":49,"tested_up_to":50,"requires_at_least":51,"requires_php":52,"tags":53,"homepage":57,"download_link":58,"security_score":59,"vuln_count":48,"unpatched_count":48,"last_vuln_date":60,"fetched_at":39},"simple-expand","Simple Expand","1.1","\u003Cp>Usage of the expand shortcode:\u003Cbr \u002F>\n[expand title=”My title”]\u003Cbr \u002F>\nThe content goes here.\u003C\u002Fp>\n\u003Cp>And wrap up with a closing expand tag.\u003Cbr \u002F>\n[\u002Fexpand]\u003C\u002Fp>\n","Easy and lightweight read more functionality, wrap the text inside ´[expand]´ tags where ever you want.",50,3612,0,"2023-02-15T12:44:00.000Z","6.1.10","5.0","5.7",[54,55,56],"expand","readmore","toggle","https:\u002F\u002Fwordpress.com\u002Fplugins\u002Fsimple-expand","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsimple-expand.1.1.zip",85,null,{"slug":62,"name":63,"version":64,"author":5,"author_profile":6,"description":65,"short_description":66,"active_installs":67,"downloaded":68,"rating":69,"num_ratings":70,"last_updated":71,"tested_up_to":72,"requires_at_least":73,"requires_php":74,"tags":75,"homepage":81,"download_link":82,"security_score":59,"vuln_count":48,"unpatched_count":48,"last_vuln_date":60,"fetched_at":39},"advanced-custom-fields-multiple-coordinates","Advanced Custom Fields: Multiple Coordinates","1.0.2","\u003Cp>The plugin is a modified extended version of the Advanced Custom Fields: Coordinates made by Stupid Studio and is found here:\u003Cbr \u002F>\nhttps:\u002F\u002Fwordpress.org\u002Fplugins\u002Fadvanced-custom-fields-coordinates\u002F\u003C\u002Fp>\n\u003Cp>This software is licensed under the GNU General Public License version 3. See\u003Cbr \u002F>\ngpl.txt included with this software for more detail.\u003C\u002Fp>\n\u003Cp>The plugin relies on the Google Maps API. It does not use an API-key and is\u003Cbr \u002F>\ntherefore operating under the \u003Ca href=\"https:\u002F\u002Fdevelopers.google.com\u002Fmaps\u002Ffaq#usage_pricing\" rel=\"nofollow ugc\">restrictions of the free Google Maps API\u003C\u002Fa>,\u003Cbr \u002F>\nwhich should be plenty for most backend usage.\u003C\u002Fp>\n\u003Ch3>Usage\u003C\u002Fh3>\n\u003Cp>When you create a new custom field with ACF, set the field type to\u003Cbr \u002F>\n\u003Cstrong>Multiple Coordinates map\u003C\u002Fstrong>. Now the coordinates chooser should show up when you edit\u003Cbr \u002F>\na post with your custom fields.\u003C\u002Fp>\n\u003Cp>The tool add a point on each click on the map. To remove the point you select the “Remove Coordinate” button and click a point.\u003Cbr \u002F>\nYou can also show the points as a Polygon on the map with the “Show area on map” button and show the actual coordinates in a semi-colon\u003Cbr \u002F>\nseparated list with the “Show coordinates” button. The search field is only there to quickly take you to different places on the map. Not\u003Cbr \u002F>\nto add the actual points.\u003C\u002Fp>\n\u003Cp>To get the coordinates data in your frontend, simply request the field value\u003Cbr \u002F>\nand in return you get the coordinates in a latitude, longitude array and the zoom as in the sample below.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php\n$values = get_field('*****FIELD_NAME*****');\nprint_r($values);\n\u002F* which will give you an array like the following sample\n    Array\n    (\n        [coords] => Array\n            (\n                [0] => Array\n                    (\n                        [lat] => 57.156363766336\n                        [lng] => 16.364327427978\n                    )\n                [1] => Array\n                    (\n                        [lat] => 57.159612809986\n                        [lng] => 16.370315551758\n                    )\n            )\n        [zoom] => 13\n    )\n*\u002F\n?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n","This is an add-on to ACF that adds a field to select multiple Google Map points in a post.",10,3183,46,4,"2014-06-09T21:57:00.000Z","3.9.40","3.4.0","",[76,77,78,79,80],"acf","admin","advanced-custom-field","custom-field","google-maps","http:\u002F\u002Fwordpress.org\u002Fplugins\u002Fadvanced-custom-fields-multiple-coordinates\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadvanced-custom-fields-multiple-coordinates.zip"]