[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fs4eZsqhgmtsL8BC88moyNGQWl9h016GvpBOV4Pm0W74":3},{"slug":4,"display_name":4,"profile_url":5,"plugin_count":6,"total_installs":7,"avg_security_score":8,"avg_patch_time_days":9,"trust_score":10,"computed_at":11,"plugins":12},"joelmelon","https:\u002F\u002Fprofiles.wordpress.org\u002Fjoelmelon\u002F",3,320,95,30,91,"2026-04-04T17:20:53.167Z",[13,35,52],{"slug":14,"name":15,"version":16,"author":4,"author_profile":5,"description":17,"short_description":18,"active_installs":19,"downloaded":20,"rating":21,"num_ratings":22,"last_updated":23,"tested_up_to":24,"requires_at_least":25,"requires_php":26,"tags":27,"homepage":30,"download_link":31,"security_score":21,"vuln_count":32,"unpatched_count":32,"last_vuln_date":33,"fetched_at":34},"shp-icon","SVG Icons","1.2.2","\u003Cp>This plugin allows you to use SVG icons within WordPress as shortcode and\u002For as Gutenberg Block and adds SVG support with the SVG-Sanitizer library.\u003C\u002Fp>\n\u003Ch3>License\u003C\u002Fh3>\n\u003Cp>Use this code freely, widely and for free. Provision of this code provides and implies no guarantee.\u003Cbr \u002F>\nPlease respect the GPL v3 licence, which is available via http:\u002F\u002Fwww.gnu.org\u002Flicenses\u002Fgpl-3.0.html\u003C\u002Fp>\n","This plugin allows you to use SVG icons within WordPress as shortcode and\u002For as Gutenberg Block and adds SVG support with the SVG-Sanitizer library.",300,5226,100,1,"2025-05-26T13:10:00.000Z","6.8.5","6.1.7","8.1",[28,29],"icons","svg","https:\u002F\u002Fgithub.com\u002Fjoel-st\u002Fshp-icon","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fshp-icon.1.2.2.zip",0,null,"2026-03-15T15:16:48.613Z",{"slug":36,"name":37,"version":38,"author":4,"author_profile":5,"description":39,"short_description":40,"active_installs":41,"downloaded":42,"rating":32,"num_ratings":32,"last_updated":43,"tested_up_to":44,"requires_at_least":45,"requires_php":46,"tags":47,"homepage":49,"download_link":50,"security_score":51,"vuln_count":32,"unpatched_count":32,"last_vuln_date":33,"fetched_at":34},"davons-floating-admin-bar","Davon’s Floating Admin Bar","1.0.5","\u003Cp>The Davon’s Floating Admin Bar floats at the top of your Website with minimal impact on the website’s appearance if you are logged in.\u003C\u002Fp>\n","The Davon’s Floating Admin Bar floats at the top of your Website with minimal impact on the website’s appearance if you are logged in.",10,1526,"2022-01-31T16:11:00.000Z","5.9.13","4.5","5.6",[48],"admin-bar","","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fdavons-floating-admin-bar.zip",85,{"slug":53,"name":54,"version":38,"author":4,"author_profile":5,"description":55,"short_description":56,"active_installs":41,"downloaded":57,"rating":32,"num_ratings":32,"last_updated":58,"tested_up_to":59,"requires_at_least":49,"requires_php":60,"tags":61,"homepage":66,"download_link":67,"security_score":21,"vuln_count":32,"unpatched_count":32,"last_vuln_date":33,"fetched_at":34},"postr-for-nostr","Postr For Nostr","\u003Cp>Share your WordPress Posts to Nostr with Postr For Nostr 🫂\u003C\u002Fp>\n\u003Ch3>Features\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>This plugin \u003Cstrong>works only with NIP-07 browser extensions\u003C\u002Fstrong>. No need to save your private key in WordPress.\u003C\u002Fli>\n\u003Cli>Add your taxonomy terms to the note as tag type \u003Ccode>t\u003C\u002Fcode>.\u003C\u002Fli>\n\u003Cli>Manage relays before postring.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Demo\u003C\u002Fh3>\n\u003Cp>A demo WordPress installation with Postr For Nostr is available \u003Ca href=\"https:\u002F\u002Fpostr-for-nostr.joelstuedle.ch\u002F\" rel=\"nofollow ugc\">here\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch3>Usage\u003C\u002Fh3>\n\u003Cp>Logged in users will find a \u003Ccode>Post to Nostr\u003C\u002Fcode> button in the admin column actions (where the \u003Ccode>Quick Edit\u003C\u002Fcode> action is located).\u003C\u002Fp>\n\u003Cp>If you want to provide Postr For Nostr to your visitors, simply place a button somewhere in your template. Make sure to add the \u003Ccode>postr-for-nostr\u003C\u002Fcode> class, \u003Ccode>data-post-id\u003C\u002Fcode> and \u003Ccode>data-post-type\u003C\u002Fcode> attribute as shown below.\u003Cbr \u002F>\n    \u003Ccode>\u003Cbutton type=\"button\" class=\"postr-for-nostr\" data-post-id=\"[ID]\" data-post-type=\"[POST_TYPE]\">Share\u003C\u002Fbutton>\u003C\u002Fcode>\u003C\u002Fp>\n\u003Ch3>Filters\u003C\u002Fh3>\n\u003Cp>\u003Cstrong>Post Type Filter\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Per default \u003Ccode>post\u003C\u002Fcode>, \u003Ccode>page\u003C\u002Fcode> and all registered custom post types will be allowed to be nostr postred. The allowed post types are filterable with a filter hook:\u003Cbr \u002F>\n    \u003Ccode>add_filter( 'postr_for_nostr_post_types', function( $post_types ) {\u003Cbr \u002F>\n    \u002F\u002F unset('post_type');\u003Cbr \u002F>\n    return $post_types;\u003Cbr \u002F>\n}, 10, 1 );\u003C\u002Fcode>\u003C\u002Fp>\n\u003Ch3>Vendors\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>nbd-wtf\u002Fnostr-tools: https:\u002F\u002Fgithub.com\u002Fnbd-wtf\u002Fnostr-tools\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>License\u003C\u002Fh3>\n\u003Cp>Use this code freely, widely and for free. Provision of this code provides and implies no guarantee.\u003Cbr \u002F>\nPlease respect the GPL v3 licence, which is available via http:\u002F\u002Fwww.gnu.org\u002Flicenses\u002Fgpl-3.0.html\u003C\u002Fp>\n","Share your WordPress Posts to Nostr with Postr For Nostr 🫂",1167,"2026-01-12T13:37:00.000Z","6.9.4","7.4",[62,63,64,65],"nip-07","nostr","sharing","social","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fpostr-for-nostr\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fpostr-for-nostr.1.0.5.zip"]