[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fdpB4w7IKjB-OhKp1Qe3gF8CTlDysndT2-xyJKvNWmRk":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},"postpostmodern","https:\u002F\u002Fprofiles.wordpress.org\u002Fpostpostmodern\u002F",5,50,85,30,84,"2026-04-05T00:03:06.765Z",[13,36,49,64,78],{"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":31,"download_link":32,"security_score":8,"vuln_count":33,"unpatched_count":33,"last_vuln_date":34,"fetched_at":35},"admin-ajax-php-no-thank-you","Admin Ajax dot php? No Thank You!","0.6.3","\u003Cp>Changes the wp-admin\u002Fadmin-ajax.php endpoint to \u002Fajax\u002F\u003Cbr \u002F>\nAdds an endpoint to the REST API at \u003Ccode>\u002Fwp-json\u002Fwp\u002Fv2\u002Fadmin-ajax\u003C\u002Fcode> that behaves exactly as wp-admin\u002Fadmin-ajax.php\u003Cbr \u002F>\n– requires PHP 5.3\u003C\u002Fp>\n","Changes the wp-admin\u002Fadmin-ajax.php endpoint to \u002Fajax\u002F",10,1688,100,1,"2017-10-06T15:21:00.000Z","4.8.28","4.0","",[28,29,30],"admin-ajax-php","ajax","javascript","https:\u002F\u002Fgithub.com\u002Fpinecone-dot-website\u002Fadmin-ajax-dot-php-no-thank-you","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-ajax-php-no-thank-you.zip",0,null,"2026-03-15T15:16:48.613Z",{"slug":37,"name":38,"version":39,"author":4,"author_profile":5,"description":40,"short_description":41,"active_installs":19,"downloaded":42,"rating":33,"num_ratings":33,"last_updated":43,"tested_up_to":24,"requires_at_least":25,"requires_php":26,"tags":44,"homepage":47,"download_link":48,"security_score":8,"vuln_count":33,"unpatched_count":33,"last_vuln_date":34,"fetched_at":35},"aitch-ref","aitch ref!","0.9.9","\u003Cp>Useful for switching between different development environments.  Attempts to replace any absolute urls, whether generated though WordPress option like ‘siteurl’ or ‘home’, or through hardcoded urls in posts.\u003C\u002Fp>\n","Remove most absolute urls in your html.  Useful for switching between development \u002F staging \u002F production environments and painless deployment.",2335,"2018-01-29T22:29:00.000Z",[45,46],"href","url","http:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Faitch-ref\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Faitch-ref.zip",{"slug":50,"name":51,"version":52,"author":4,"author_profile":5,"description":53,"short_description":54,"active_installs":19,"downloaded":55,"rating":33,"num_ratings":33,"last_updated":56,"tested_up_to":57,"requires_at_least":58,"requires_php":26,"tags":59,"homepage":26,"download_link":63,"security_score":8,"vuln_count":33,"unpatched_count":33,"last_vuln_date":34,"fetched_at":35},"back-data-ass-up","back data ass up",".6","\u003Cp>Warning! In developent, not ready for production use.  Should be considered alpha at best.\u003Cbr \u002F>\nTested with WordPress MU 2.9.2 – WordPress 3.1.3 More testing to come.\u003Cbr \u002F>\nRequires PHP 5, as it should.\u003C\u002Fp>\n","Database backup.",2324,"2011-07-07T23:52:00.000Z","3.2.1","2.9.2",[60,61,62],"backup","database","db","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fback-data-ass-up.zip",{"slug":65,"name":65,"version":66,"author":4,"author_profile":5,"description":67,"short_description":68,"active_installs":19,"downloaded":69,"rating":70,"num_ratings":22,"last_updated":71,"tested_up_to":72,"requires_at_least":25,"requires_php":26,"tags":73,"homepage":76,"download_link":77,"security_score":8,"vuln_count":33,"unpatched_count":33,"last_vuln_date":34,"fetched_at":35},"dbug","1.9.8","\u003Cp>dbug() dlog() ddbug()\u003C\u002Fp>\n\u003Ch3>dbug Basics\u003C\u002Fh3>\n\u003Ch4>Debugging\u003C\u002Fh4>\n\u003Cp>Call with up to three arguments:\u003Cbr \u002F>\n    \u003C?php\u003Cbr \u002F>\n        \u002F\u002F output a variable\u003Cbr \u002F>\n        dbug( $var );\u003C\u002Fp>\n\u003Cpre>\u003Ccode>    \u002F\u002F output a variable with a title           \n    dbug( $debug, 'Testing' );\n\n    \u002F\u002F output a variable with a title and information from the last 6 steps from debug_backtrace\n    dbug( $somevalue, 'Trying to figure some shit out', 6 );\n}\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>or use \u003Ccode>ddbug\u003C\u002Fcode> to dbug and die.\u003C\u002Fp>\n\u003Ch4>Error Logging\u003C\u002Fh4>\n\u003Cp>Call with up to three arguments:\u003Cbr \u002F>\n    \u003C?php\u003Cbr \u002F>\n        \u002F\u002F log a variable\u003Cbr \u002F>\n        dlog( $val );\u003C\u002Fp>\n\u003Cpre>\u003Ccode>    \u002F\u002F log a variable with a title\n    dlog( $buggy, 'what is $buggy' );\n\n    \u002F\u002F log a variable with a title into the file 'bug_trap' \n    dlog( $somevalue, 'im desperate', 'bug_trap' );\n}\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Production \u002F Development Environments\u003C\u002Fh4>\n\u003Cp>you should have them\u003C\u002Fp>\n","Simple error debugging and logging functions.",2212,20,"2018-01-29T21:20:00.000Z","4.9.29",[74,75],"debug","error-log","https:\u002F\u002Fgithub.com\u002Fpinecone-dot-website\u002Fdbug","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fdbug.zip",{"slug":79,"name":80,"version":81,"author":4,"author_profile":5,"description":82,"short_description":83,"active_installs":19,"downloaded":84,"rating":21,"num_ratings":22,"last_updated":85,"tested_up_to":86,"requires_at_least":87,"requires_php":88,"tags":89,"homepage":93,"download_link":94,"security_score":8,"vuln_count":33,"unpatched_count":33,"last_vuln_date":34,"fetched_at":35},"taxonomy-taxi","Taxonomy Taxi","1.1.1","\u003Cp>Automatically display custom taxonomy information in wp-admin\u002Fedit.php\u003Cbr \u002F>\n– requires PHP >= 7.0, WP >= 4.8\u003C\u002Fp>\n","Automatically display custom taxonomy information in wp-admin\u002Fedit.php",3754,"2020-08-03T21:19:00.000Z","5.4.19","4.8","7.0",[90,91,92],"custom-taxonomies","taxonomy","term","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Ftaxonomy-taxi\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ftaxonomy-taxi.zip"]