[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fXGA4y_BxVnW_SNmQ_n4Lg3MR2wZEhDCCVrbWaJPQEgE":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},"rob1n","https:\u002F\u002Fprofiles.wordpress.org\u002Frob1n\u002F",4,180,85,30,84,"2026-04-04T11:39:45.806Z",[13,34,52,68],{"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":25,"tags":26,"homepage":29,"download_link":30,"security_score":8,"vuln_count":31,"unpatched_count":31,"last_vuln_date":32,"fetched_at":33},"smarter-archives","Smarter Archives","3.2.5","\u003Cp>When you use the \u003Ccode>[smarter-archives]\u003C\u002Fcode> shortcode anywhere in a post or a page, it gets replaced by a listing of every year since you started posting, with a list of links to each month for that year. However, the plugin is smart enough to know if you didn’t create any content in any given month, and doesn’t make a link for that month. See the \u003Cstrong>Screenshots\u003C\u002Fstrong> section for an example of it in action.\u003C\u002Fp>\n\u003Cp>See the \u003Cstrong>Usage\u003C\u002Fstrong> section for a complete list of the arguments the shortcode takes, and how you can use them to customize your archives listing.\u003C\u002Fp>\n\u003Cp>The month names are \u003Ca href=\"https:\u002F\u002Fcodex.wordpress.org\u002FI18n_for_WordPress_Developers\" rel=\"nofollow ugc\">internationalized with the WordPress translation API\u003C\u002Fa>. A POT file is included, and if you want to translate please feel free to do so and \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Frobinadr\u002Fsmarter-archives\u002Fpulls\" rel=\"nofollow ugc\">submit a new pull request\u003C\u002Fa> on GitHub. If you do not know how to use GitHub, you can also \u003Ca href=\"http:\u002F\u002Frobinadr.com\u002Fcontact\" rel=\"nofollow ugc\">contact me directly\u003C\u002Fa>. Here are the translations that have been done so far:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Dutch (nl_NL)\u003C\u002Fli>\n\u003Cli>French (fr_FR)\u003C\u002Fli>\n\u003Cli>German (de_DE)\u003C\u002Fli>\n\u003Cli>Italian (it_IT)\u003C\u002Fli>\n\u003Cli>Spanish (es_ES)\u003C\u002Fli>\n\u003Cli>Russian (ru_RU)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>The original concept for this plugin comes from a plugin by Justin Blanton.\u003C\u002Fp>\n\u003Ch3>Usage\u003C\u002Fh3>\n\u003Cp>The \u003Ccode>[smarter-archives]\u003C\u002Fcode> shortcode takes these arguments (default values included):\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ccode>mode\u003C\u002Fcode> (default: \u003Ccode>output\u003C\u002Fcode>) — if it’s set to \u003Ccode>output\u003C\u002Fcode>, the plugin prints the listing. Set it to \u003Ccode>false\u003C\u002Fcode> to return the value\u003C\u002Fli>\n\u003Cli>\u003Ccode>wrapper_class\u003C\u002Fcode> (default: \u003Ccode>smart-archives\u003C\u002Fcode>) — class given to the tag wrapped around the listing (\u003Ccode>\u003Cdiv>\u003C\u002Fcode> by default)\u003C\u002Fli>\n\u003Cli>\u003Ccode>wrapper_tag\u003C\u002Fcode> (default: \u003Ccode>div\u003C\u002Fcode>) — tag wrapped around the listing\u003C\u002Fli>\n\u003Cli>\u003Ccode>year_link_class\u003C\u002Fcode> (default: \u003Ccode>year-link\u003C\u002Fcode>) — class given to each year links\u003C\u002Fli>\n\u003Cli>\u003Ccode>year_tag\u003C\u002Fcode> (default: \u003Ccode>p\u003C\u002Fcode>) — tag around each year group\u003C\u002Fli>\n\u003Cli>\u003Ccode>year_class\u003C\u002Fcode> (default: none) — class for the tag around each year group\u003C\u002Fli>\n\u003Cli>\u003Ccode>after_year\u003C\u002Fcode> (default: \u003Ccode>:\u003C\u002Fcode>) — value after the year and before the list of months\u003C\u002Fli>\n\u003Cli>\u003Ccode>month_link_class\u003C\u002Fcode> (default: \u003Ccode>month-link\u003C\u002Fcode>) — class given to each month link\u003C\u002Fli>\n\u003Cli>\u003Ccode>month_tag\u003C\u002Fcode> (default: \u003Ccode>span\u003C\u002Fcode>) — tag around each month\u003C\u002Fli>\n\u003Cli>\u003Ccode>after_month\u003C\u002Fcode> (default: \u003Ccode>&nbsp;\u003C\u002Fcode>) — spacer between months\u003C\u002Fli>\n\u003Cli>\u003Ccode>empty_month_class\u003C\u002Fcode> (default: \u003Ccode>empty-month\u003C\u002Fcode>) — class applied to empty months (can use this to gray them out)\u003C\u002Fli>\n\u003Cli>\u003Ccode>order\u003C\u002Fcode> (default: \u003Ccode>DESC\u003C\u002Fcode>) — order the years are shown in (\u003Ccode>ASC\u003C\u002Fcode> for ascending, \u003Ccode>DESC\u003C\u002Fcode> for descending)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Advanced Usage\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>There is a function, \u003Ccode>get_smarter_archives()\u003C\u002Fcode>, that returns the raw array with the years, months, and post counts. You can use this for ultimate customization.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Example Usage\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[smarter-archives order=\"DESC\" after_month=\"&bull;\"]\u003Ch3>License\u003C\u002Fh3>\nThis program is free software; you can redistribute it and\u002For\nmodify it under the terms of the GNU General Public License\nas published by the Free Software Foundation; either version 2\nof the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program; if not, write to the Free Software\nFoundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>A full version of the license is included with the plugin in \u003Ccode>license.txt\u003C\u002Fcode>.\u003C\u002Fp>\n","Easily navigate the yearly and monthly archives of your blog.",100,17159,80,2,"2020-08-17T01:36:00.000Z","5.5.18","",[27,28],"archive","archives","http:\u002F\u002Fwordpress.org\u002Fplugins\u002Fsmarter-archives\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsmarter-archives.3.2.5.zip",0,null,"2026-03-15T15:16:48.613Z",{"slug":35,"name":36,"version":37,"author":4,"author_profile":5,"description":38,"short_description":39,"active_installs":40,"downloaded":41,"rating":19,"num_ratings":22,"last_updated":42,"tested_up_to":43,"requires_at_least":25,"requires_php":25,"tags":44,"homepage":50,"download_link":51,"security_score":8,"vuln_count":31,"unpatched_count":31,"last_vuln_date":32,"fetched_at":33},"parsedown-wp","Parsedown for WordPress","0.3","\u003Cp>\u003Cstrong>Got a bug report or want to contribute?\u003C\u002Fstrong> Please do so on the \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Frobinadr\u002Fparsedown-wp\u002Fissues\" rel=\"nofollow ugc\">GitHub issue tracker\u003C\u002Fa> or \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Frobinadr\u002Fparsedown-wp\u002Fpulls\" rel=\"nofollow ugc\">submit a pull request\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"http:\u002F\u002Fparsedown.org\" rel=\"nofollow ugc\">Parsedown\u003C\u002Fa> is an efficient, modern PHP implementation of the \u003Ca href=\"http:\u002F\u002Fdaringfireball.net\u002Fprojects\u002Fmarkdown\u002F\" rel=\"nofollow ugc\">Markdown\u003C\u002Fa> syntax originally developed by John Gruber. This plugin runs your posts and comments through the \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Ferusev\u002Fparsedown-extra\" rel=\"nofollow ugc\">Parsedown Extra\u003C\u002Fa> version, which has additional features that are part of the \u003Ca href=\"https:\u002F\u002Fmichelf.ca\u002Fprojects\u002Fphp-markdown\u002Fextra\u002F\" rel=\"nofollow ugc\">Markdown Extra\u003C\u002Fa> extension by Michel Fortin.\u003C\u002Fp>\n\u003Cp>Michel wrote the \u003Ca href=\"https:\u002F\u002Fmichelf.ca\u002Fprojects\u002Fphp-markdown\u002Fclassic\u002F\" rel=\"nofollow ugc\">original Markdown plugin for WordPress\u003C\u002Fa>, and this aims to be a 100% compatible drop-in replacement for that. Michel’s original plugin is no longer supported as of February 1, 2014.\u003C\u002Fp>\n\u003Cp>So \u003Cstrong>why Parsedown?\u003C\u002Fstrong> It’s \u003Ca href=\"http:\u002F\u002Fparsedown.org\u002Fspeed\" rel=\"nofollow ugc\">faster\u003C\u002Fa>, \u003Ca href=\"http:\u002F\u002Fparsedown.org\u002Fconsistency\" rel=\"nofollow ugc\">more consistent\u003C\u002Fa> and is being \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Ferusev\u002Fparsedown\" rel=\"nofollow ugc\">actively developed\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>Development of this WordPress plugin \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Frobinadr\u002Fparsedown-wp\" rel=\"nofollow ugc\">takes place over on GitHub\u003C\u002Fa>. If you have any support requests, I do monitor the support forums on here, or you can \u003Ca href=\"http:\u002F\u002Frobinadr.com\u002Fcontact\" rel=\"nofollow ugc\">contact me directly\u003C\u002Fa>.\u003C\u002Fp>\n","This plugin processes your posts and comments using the Parsedown library. It is a direct replacement for PHP Markdown Extra by Michel Fortin.",60,2673,"2015-04-24T01:09:00.000Z","4.2.39",[45,46,47,48,49],"formatting","markdown","markup","posting","writing","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fparsedown-wp\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fparsedown-wp.0.3.zip",{"slug":53,"name":54,"version":55,"author":4,"author_profile":5,"description":56,"short_description":57,"active_installs":58,"downloaded":59,"rating":31,"num_ratings":31,"last_updated":60,"tested_up_to":61,"requires_at_least":25,"requires_php":25,"tags":62,"homepage":66,"download_link":67,"security_score":8,"vuln_count":31,"unpatched_count":31,"last_vuln_date":32,"fetched_at":33},"cleaner-dashboard","Cleaner Dashboard","1.1","\u003Cp>This plugin does two things to your dashboard:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>The WordPress News and Other WordPress News sections are removed. You don’t even load them. Why? So you won’t have to bother\u003Cbr \u002F>\nwith the AJAX call for the news. Also, it looks neater.\u003C\u002Fli>\n\u003Cli>The sidebar (with incoming links, recent posts, etc.) is made more horizontal, with four columns instead of the default one.\u003Cbr \u002F>\nThis makes it so you can see all the information at one glance, rather than having to scroll down.\u003C\u002Fli>\n\u003C\u002Ful>\n","Removes the WordPress news sections and reorganizes the sidebar for maximum screen usage. See the screenshots for more details.",10,9731,"2007-09-27T00:02:00.000Z","2.3",[63,64,65],"admin","cleanup","dashboard","http:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Fcleaner-dashboard\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcleaner-dashboard.1.1.zip",{"slug":69,"name":70,"version":71,"author":4,"author_profile":5,"description":72,"short_description":73,"active_installs":58,"downloaded":74,"rating":31,"num_ratings":31,"last_updated":75,"tested_up_to":76,"requires_at_least":25,"requires_php":25,"tags":77,"homepage":25,"download_link":80,"security_score":8,"vuln_count":31,"unpatched_count":31,"last_vuln_date":32,"fetched_at":33},"slash-comments","Slash Comments","2.0","\u003Cp>\u003Cstrong>This plugin is now obsolete on account of the functionality being included with WordPress.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>This plugin adds the \u003Ca href=\"http:\u002F\u002Fweb.resource.org\u002Frss\u002F1.0\u002Fmodules\u002Fslash\u002F\" rel=\"nofollow ugc\">\u003Ccode>slash:comments\u003C\u002Fcode>\u003C\u002Fa> tag to RSS feeds, which\u003Cbr \u002F>\ntells feed readers such as \u003Ca href=\"http:\u002F\u002Fwww.google.com\u002Freader\u002F\" rel=\"nofollow ugc\">Google Reader\u003C\u002Fa> or \u003Ca href=\"http:\u002F\u002Fwww.bloglines.com\u002F\" rel=\"nofollow ugc\">Bloglines\u003C\u002Fa>\u003Cbr \u002F>\nhow many comments there currently are on that post.\u003C\u002Fp>\n\u003Cp>A simple plugin, really. It evolved out of a \u003Ca href=\"https:\u002F\u002Ftrac.wordpress.org\u002Fticket\u002F4023\" rel=\"nofollow ugc\">Trac ticket\u003C\u002Fa> that didn’t get\u003Cbr \u002F>\nincluded into the \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002F\" rel=\"ugc\">WordPress\u003C\u002Fa> core.\u003C\u002Fp>\n","This plugin is now obsolete on account of the functionality being included with WordPress.",2772,"2012-10-13T08:14:00.000Z","3.5.2",[78,79],"feed","slash","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fslash-comments.2.0.zip"]