[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fOKC688a8Dx-k-oPdiTIupKUaIWtKWZu1I0umoKauBBI":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},"danielbachhuber","Daniel Bachhuber","https:\u002F\u002Fprofiles.wordpress.org\u002Fdanielbachhuber\u002F",9,51310,88,30,86,"2026-04-04T02:42:08.253Z",[14,35,53,70,88,105,118,132,150],{"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":30,"download_link":31,"security_score":22,"vuln_count":32,"unpatched_count":32,"last_vuln_date":33,"fetched_at":34},"one-time-login","One Time Login","0.4.0","\u003Cp>Need access to a WordPress install but don’t want to create a new user account? Use this plugin to generate one-time login URLs for any existing user.\u003Cbr \u002F>\nThen, copy the URL, paste it into your web browser, and… voila!\u003C\u002Fp>\n\u003Cp>Because they are one-time login URLs, they will only work once. If you need access again, you’ll need to run the WP-CLI command again.\u003C\u002Fp>\n\u003Ch3>Using WP CLI to generate OTT URLs\u003C\u002Fh3>\n\u003Ch3>Example\u003C\u002Fh3>\n\u003Cpre>\u003Ccode>wp plugin install one-time-login --activate && wp user one-time-login \u003Cuser> --count=3 --delay-delete\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>After you run the command above, you’ll see a success message like this:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>http:\u002F\u002Fwpdev.test\u002Fwp-login.php?user_id=2&one_time_login_token=93974b48e3a418b895fc7ca476f1a607d8b99345\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Or like this if you asked for more than one:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>http:\u002F\u002Fwpdev.test\u002Fwp-login.php?user_id=1&one_time_login_token=2b9c6f5d71d51d530e397ee9da3b50e4e3dd06e7\nhttp:\u002F\u002Fwpdev.test\u002Fwp-login.php?user_id=1&one_time_login_token=90897da439a116c613fc1c49c372e6b1f7c72ad8\nhttp:\u002F\u002Fwpdev.test\u002Fwp-login.php?user_id=1&one_time_login_token=68c8074743de849db606500c3caa39a7432dc601\u003Ch3>Parameters\u003C\u002Fh3>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>* \u003Cem>count\u003C\u002Fem>: Generate more than one login token (default: 1);\u003Cbr \u002F>\n* \u003Cem>delay-delete\u003C\u002Fem>: Delete existing tokens after 15 minutes, instead of immediately.\u003C\u002Fp>\n\u003Ch3>Using WP API to generate OTT URLs\u003C\u002Fh3>\n\u003Ch3>Example with cUrl\u003C\u002Fh3>\n\u003Cpre>\u003Ccode>curl -X POST \\\n    http:\u002F\u002Fwpdev.test\u002Fwp-json\u002Fone-time-login\u002Fv1\u002Ftoken\n    -H 'authorization: Basic YWRtaW46eFRQeUJ5c3hEckhkY3BNYjE2endiQ2tj'\n    -H 'cache-control: no-cache'\n    -H 'postman-token: 8dcfa79a-401a-2c7d-c593-703e683ce785'\n    -d '{\n        \"user\":\"admin\",\n        \"count\": 3,\n        \"delay-delete\": true\n    }'\u003Ch3>Parameters\u003C\u002Fh3>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Just as with WP CLI, you can add the \u003Cstrong>count\u003C\u002Fstrong> and \u003Cstrong>delay_delete\u003C\u002Fstrong> parameters to your call.\u003C\u002Fp>\n\u003Cp>Feel free to \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fdanielbachhuber\u002Fone-time-login\" rel=\"nofollow ugc\">file issues and pull requests\u003C\u002Fa> against the project on Github.\u003C\u002Fp>\n","Use WP-CLI to generate a one-time login URL for any user",40000,184302,100,2,"2026-01-10T15:13:00.000Z","6.9.4","4.4","7.1",[29],"login","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fone-time-login\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fone-time-login.0.4.0.zip",0,null,"2026-03-15T15:16:48.613Z",{"slug":36,"name":37,"version":38,"author":5,"author_profile":6,"description":39,"short_description":40,"active_installs":41,"downloaded":42,"rating":43,"num_ratings":44,"last_updated":45,"tested_up_to":46,"requires_at_least":47,"requires_php":48,"tags":49,"homepage":48,"download_link":51,"security_score":52,"vuln_count":32,"unpatched_count":32,"last_vuln_date":33,"fetched_at":34},"shortcode-ui","Shortcake (Shortcode UI)","0.7.4","\u003Cp>Used alongside \u003Ccode>add_shortcode\u003C\u002Fcode>, Shortcake supplies a user-friendly interface for adding a shortcode to a post, and viewing and editing it from within the content editor.\u003C\u002Fp>\n\u003Cp>Once you’ve installed the plugin, you’ll need to \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fwp-shortcake\u002Fshortcake\u002Fwiki\u002FRegistering-Shortcode-UI\" rel=\"nofollow ugc\">register UI for your shortcodes\u003C\u002Fa>. For inspiration, check out \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fwp-shortcake\u002Fshortcake\u002Fwiki\u002FShortcode-UI-Examples\" rel=\"nofollow ugc\">examples of Shortcake in the wild\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>To report bugs or feature requests, \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fwp-shortcake\u002Fshortcake\u002Fissues\" rel=\"nofollow ugc\">please use Github issues\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch3>Running tests\u003C\u002Fh3>\n\u003Cp>We have test coverage for PHP using PHPunit, and JavaScript using Jasmine.\u003C\u002Fp>\n\u003Ch4>Running tests locally\u003C\u002Fh4>\n\u003Cp>Jasmine tests can be run using \u003Ccode>grunt jasmine\u003C\u002Fcode> and are also run as part of the \u003Ccode>grunt scripts\u003C\u002Fcode> task. To update the core WordPress files used by the Jasmine test suite, run \u003Ccode>grunt updateJasmineCoreScripts --abspath=\"\u002Fpath\u002Fto\u002Fwordpress-install\"\u003C\u002Fcode>.\u003C\u002Fp>\n","Shortcake makes using WordPress shortcodes a piece of cake.",10000,414459,82,24,"2019-01-16T22:56:00.000Z","5.0.25","4.5","",[50],"shortcodes","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fshortcode-ui.0.7.4.zip",85,{"slug":54,"name":55,"version":56,"author":5,"author_profile":6,"description":57,"short_description":58,"active_installs":59,"downloaded":60,"rating":32,"num_ratings":32,"last_updated":61,"tested_up_to":62,"requires_at_least":26,"requires_php":48,"tags":63,"homepage":68,"download_link":69,"security_score":52,"vuln_count":32,"unpatched_count":32,"last_vuln_date":33,"fetched_at":34},"rest-api-meta-endpoints","WP REST API Meta Endpoints","0.1.0","\u003Cp>\u003Ca href=\"https:\u002F\u002Ftravis-ci.org\u002FWP-API\u002Fwp-api-meta-endpoints\" rel=\"nofollow ugc\">\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>WP REST API companion plugin for post meta endpoints.\u003C\u002Fp>\n","WP REST API companion plugin for post meta endpoints.",1000,8705,"2016-02-09T16:02:00.000Z","4.5.33",[64,65,66,67],"api","json","rest","rest-api","https:\u002F\u002Fgithub.com\u002FWP-API\u002Fwp-api-meta-endpoints","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Frest-api-meta-endpoints.0.1.0.zip",{"slug":71,"name":72,"version":56,"author":5,"author_profile":6,"description":73,"short_description":74,"active_installs":75,"downloaded":76,"rating":77,"num_ratings":23,"last_updated":78,"tested_up_to":79,"requires_at_least":80,"requires_php":48,"tags":81,"homepage":86,"download_link":87,"security_score":52,"vuln_count":32,"unpatched_count":32,"last_vuln_date":33,"fetched_at":34},"publishing-checklist","Publishing Checklist","\u003Cp>Publishing Checklist is a developer tool for adding pre-flight editorial checklists to WordPress posts. Each time a user saves a post, Publishing Checklist validates that post type’s list of tasks to make sure the content is ready for release. Tasks are validated with callbacks you supply when registering tasks.\u003C\u002Fp>\n","Pre-flight your posts.",200,3981,60,"2015-08-27T00:21:00.000Z","4.3.34","4.2",[82,83,84,85],"checklist","editorial","preflight","publishing","https:\u002F\u002Fgithub.com\u002Ffusioneng\u002Fpublishing-checklist","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fpublishing-checklist.0.1.0.zip",{"slug":89,"name":90,"version":91,"author":5,"author_profile":6,"description":92,"short_description":93,"active_installs":94,"downloaded":95,"rating":32,"num_ratings":32,"last_updated":96,"tested_up_to":97,"requires_at_least":80,"requires_php":48,"tags":98,"homepage":103,"download_link":104,"security_score":52,"vuln_count":32,"unpatched_count":32,"last_vuln_date":33,"fetched_at":34},"shortcake-bakery","Shortcake Bakery","0.2.0","\u003Cp>Shortcake Bakery adds a fine selection of shortcodes to your WordPress site. Use with \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fshortcode-ui\u002F\" rel=\"ugc\">Shortcake\u003C\u002Fa> for the optimal experience.\u003C\u002Fp>\n\u003Cp>The following shortcodes are now available for your use within the content field:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>ABC_News \u003Ccode>[abc-news]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>Facebook \u003Ccode>[facebook]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>Flickr \u003Ccode>[flickr]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>Giphy \u003Ccode>[giphy]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>GoogleDocs \u003Ccode>[googledocs]\u003C\u002Fcode> (Includes several common formats: Documents, Spreadsheets, Presentations, Forms, Maps, and Fusion Tables.)\u003C\u002Fli>\n\u003Cli>Guardian \u003Ccode>[guardian]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>Image Comparison \u003Ccode>[image-comparison]\u003C\u002Fcode> (Uses the juxtapose.js script from Knight Labs.)\u003C\u002Fli>\n\u003Cli>Infogram \u003Ccode>[infogram]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>Instagram \u003Ccode>[instagram]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>Live Photo \u003Ccode>[live-photo]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>Livestream \u003Ccode>[livestream]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>PDF Viewer \u003Ccode>[pdf]\u003C\u002Fcode> (PDF documents can be uploaded attachments or remotely hosted documents. A code-based proxy pass can be made available for external documents with a filter.)\u003C\u002Fli>\n\u003Cli>Playbuzz \u003Ccode>[playbuzz]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>Rap_Genius \u003Ccode>[rap-genius]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>Scribd \u003Ccode>[scribd]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>Script \u003Ccode>[script]\u003C\u002Fcode> (Requires code-level configuration of accepted domains.)\u003C\u002Fli>\n\u003Cli>Silk \u003Ccode>[silk]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>SoundCloud \u003Ccode>[soundcloud]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>Twitter \u003Ccode>[twitter]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>Videoo \u003Ccode>[videoo]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>Vimeo \u003Ccode>\u003C!-- vimeo error: not a vimeo video -->\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>Vine \u003Ccode>[vine]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>YouTube \u003Ccode>\u003C!--YouTube Error: bad URL entered-->\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>iFrame \u003Ccode>[iframe]\u003C\u002Fcode> (Requires code-level configuration of accepted domains.)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Shortcake Bakery also enables an “Add Embed Code” experience for Shortcake shortcodes. Clicking the “Add Embed Code” media button will display a form in the media modal where a user can paste an embed code as received from a provider (by copying the embed code from a YouTube video, for one example). If that embed code matches a shortcode registered with the Shortcake Bakery shortcode API, the matched shortcode will be sent to the editor.\u003C\u002Fp>\n\u003Cp>See the \u003Ca href=\"#Installation\" rel=\"nofollow ugc\">Installation\u003C\u002Fa> section for code-level configuration details. Get involved with the project and \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Ffusioneng\u002Fshortcake-bakery\" rel=\"nofollow ugc\">submit your own shortcodes\u003C\u002Fa> on Github.\u003C\u002Fp>\n","A fine selection of Shortcake-powered shortcodes.",40,6053,"2017-05-02T22:53:00.000Z","4.7.32",[99,100,101,102,50],"facebook","infogram","playbuzz","rap-genius","https:\u002F\u002Fwww.github.com\u002Ffusioneng\u002Fshortcake-bakery\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fshortcake-bakery.0.2.0.zip",{"slug":106,"name":107,"version":91,"author":5,"author_profile":6,"description":108,"short_description":109,"active_installs":94,"downloaded":110,"rating":32,"num_ratings":32,"last_updated":48,"tested_up_to":97,"requires_at_least":80,"requires_php":48,"tags":111,"homepage":115,"download_link":116,"security_score":22,"vuln_count":32,"unpatched_count":32,"last_vuln_date":33,"fetched_at":117},"speed-bumps","Speed Bumps","\u003Cp>Speed Bumps inserts speed bumps into site content based on business needs. This plugin requires code-level configuration.\u003C\u002Fp>\n\u003Cp>Need a 300×250 unit inserted 3 paragraphs down on every story greater than 9 paragraphs long? Speed Bumps makes seemingly complex business requests like this simple to implement within your WordPress environment.\u003C\u002Fp>\n\u003Cp>Any number of speed bumps can be registered, from graphical elements to advertising units to recirculation modules. Each speed bump inherits a default set of overridable rules, and the speed bump can also dictate its own logic regarding acceptable placement.\u003C\u002Fp>\n\u003Cp>To report bugs or feature requests, \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Ffusioneng\u002Fspeed-bumps\" rel=\"nofollow ugc\">please use Github issues\u003C\u002Fa>.\u003C\u002Fp>\n","Intelligently insert speed bumps into site content.",3929,[112,113,114],"advertising","content","recirculation","https:\u002F\u002Fgithub.com\u002Ffusioneng\u002Fspeed-bumps","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fspeed-bumps.0.2.0.zip","2026-03-15T10:48:56.248Z",{"slug":119,"name":120,"version":56,"author":5,"author_profile":6,"description":121,"short_description":122,"active_installs":123,"downloaded":124,"rating":22,"num_ratings":125,"last_updated":126,"tested_up_to":79,"requires_at_least":127,"requires_php":48,"tags":128,"homepage":130,"download_link":131,"security_score":52,"vuln_count":32,"unpatched_count":32,"last_vuln_date":33,"fetched_at":34},"image-shortcake","Image Shortcake","\u003Cp>When images are inserted into posts from the media library or media uploader, only the html of the \u003Ccode>\u003Cimg>\u003C\u002Fcode> tag and the link around it (if any) are preserved. This means that themes which want to change the way images are marked up in content don’t have an easy way of doing this.\u003C\u002Fp>\n\u003Cp>Image Shortcake is an attempt to solve this problem, by saving images in post content as \u003Cem>shortcodes\u003C\u002Fem> rather than HTML. The output of shortcodes can be easily filtered in themes, plugins and templates, and since the original attachment data is preseved as attributes on the shortcode, it becomes much easier for modify the way images are marked up in themes.\u003C\u002Fp>\n\u003Cp>For best results, use this with the \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Ffusioneng\u002FShortcake\" rel=\"nofollow ugc\">Shortcake (Shortcode UI)\u003C\u002Fa> plugin. Shortcake offers an easy to use interface to manage shortcodes in post content.\u003C\u002Fp>\n\u003Cp>What could you use this for? Well, at \u003Ca href=\"http:\u002F\u002Ffusion.net\" rel=\"nofollow ugc\">Fusion\u003C\u002Fa> we use this shortcode for:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\n\u003Cp>\u003Cstrong>Responsive Images\u003C\u002Fstrong>. By filtering the output of the \u003Ccode>[img]\u003C\u002Fcode> shortcode image tag, we’re able to insert the \u003Ccode>srcset\u003C\u002Fcode> attribute, so that all of\u003Cbr \u002F>\nthe images on our site are served responsively to browsers that support that.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Inline sharing buttons\u003C\u002Fstrong>. We’ve added share links to each of the images on our site. Because these are inserted through a filter on a shortcode and not in the post content, it’s easy to modify them on the fly. And having this logic in template files rather in on-page javascript that runs after page load makes it quicker for users.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Photo credits\u003C\u002Fstrong>. We’ve added “credit” as an image meta field, and we use a filter on ‘img_shortcode_output_after_linkify’ to display it on all images.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>See the \u003Ca href=\"#Installation\" rel=\"nofollow ugc\">Installation\u003C\u002Fa> section for more ideas and tips for custom image templates. \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Ffusioneng\u002Fimage-shortcake\" rel=\"nofollow ugc\">Get involved with the project\u003C\u002Fa> on Github.\u003C\u002Fp>\n","When images are inserted into posts from the media library or media uploader, only the html of the `` tag and the link around it (if any) are preserve &hellip;",10,2909,1,"2015-08-27T00:17:00.000Z","3.0.1",[129,50],"images","https:\u002F\u002Fgithub.com\u002Ffusioneng\u002Fimage-shortcake","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fimage-shortcake.0.1.0.zip",{"slug":133,"name":134,"version":135,"author":5,"author_profile":6,"description":136,"short_description":137,"active_installs":123,"downloaded":138,"rating":32,"num_ratings":32,"last_updated":139,"tested_up_to":140,"requires_at_least":141,"requires_php":48,"tags":142,"homepage":147,"download_link":148,"security_score":52,"vuln_count":32,"unpatched_count":32,"last_vuln_date":33,"fetched_at":149},"jetpack-follow-link-for-p2","Jetpack Follow Link for P2","0.1","\u003Cp>Easily subscribe to a P2 comment thread without commenting using a “Follow” action link like WordPress.com has.\u003C\u002Fp>\n\u003Cp>This plugin requires Jetpack and P2 to both be activated. It doesn’t yet allow you to unfollow, and there are some minor interface quirks.\u003C\u002Fp>\n\u003Cp>Happy to receive feedback, questions, feature suggestions, and \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fdanielbachhuber\u002FJetpack-Follow-Link-for-P2\" rel=\"nofollow ugc\">pull requests\u003C\u002Fa>\u003C\u002Fp>\n","Easily subscribe to a P2 comment thread without commenting using a \"Follow\" action link like WordPress.com has",2859,"2012-08-06T01:23:00.000Z","3.4.2","3.3",[143,144,145,146],"commenting","email-subscriptions","jetpack","p2","https:\u002F\u002Fgithub.com\u002Fdanielbachhuber\u002FJetpack-Follow-Link-for-P2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fjetpack-follow-link-for-p2.0.1.zip","2026-03-15T14:54:45.397Z",{"slug":151,"name":152,"version":153,"author":5,"author_profile":6,"description":154,"short_description":155,"active_installs":123,"downloaded":156,"rating":22,"num_ratings":157,"last_updated":158,"tested_up_to":159,"requires_at_least":160,"requires_php":48,"tags":161,"homepage":166,"download_link":167,"security_score":52,"vuln_count":32,"unpatched_count":32,"last_vuln_date":33,"fetched_at":34},"p2-by-email","P2 By Email","1.0","\u003Cp>P2 By Email enables you to use P2 by email:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Get instant notifications when posts or comments are published.\u003C\u002Fli>\n\u003Cli>Ensure you’re always notified when your username is mentioned.\u003C\u002Fli>\n\u003Cli>Reply to posts or comments by email.\u003C\u002Fli>\n\u003Cli>Create new posts with a secret email address.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Perfect for communicating with your team while on the go.\u003C\u002Fp>\n\u003Cp>Users can change their communication preferences from the default of all posts and comments using profile settings. A special setting can ensure they always receive an email when their username is mentioned.\u003C\u002Fp>\n\u003Cp>Want another feature added? \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fhumanmade\u002FP2-By-Email\u002F\" rel=\"nofollow ugc\">Send us a pull request\u003C\u002Fa> and we’ll consider it. Reply by email depends on a \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fhumanmade\u002FWhat-The-Email\" rel=\"nofollow ugc\">young email reply parsing class\u003C\u002Fa> — there’s the chance a comment will appear oddly, and we welcome improvements to the regex.\u003C\u002Fp>\n","Use P2? Use email? Use both!",39081,4,"2013-05-09T00:24:00.000Z","3.6.1","3.4",[162,163,146,164,165],"email-notifications","gtd","productivity","workflow","http:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Fp2-by-email\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fp2-by-email.1.0.zip"]