[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fkn6bgkXl3ua7XtkAfI-XYf25x3XOINYJh8tDfszG498":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},"mitchoyoshitaka","mitcho (Michael Yoshitaka Erlewine)","https:\u002F\u002Fprofiles.wordpress.org\u002Fmitchoyoshitaka\u002F",13,5840,88,30,86,"2026-04-05T02:50:13.015Z",[14,38,57,77,92,109,125,140,156,170,182,195,209],{"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":27,"download_link":33,"security_score":34,"vuln_count":35,"unpatched_count":35,"last_vuln_date":36,"fetched_at":37},"taxonomy-metadata","Taxonomy Metadata","0.5","\u003Cp>This plugin implements the metadata infrastructure for taxonomy terms, so you can add custom metadata (by key) to tags, categories, and other taxonomies. The majority of the code is from \u003Ca href=\"https:\u002F\u002Fcore.trac.wordpress.org\u002Fticket\u002F10142\" rel=\"nofollow ugc\">sirzooro’s submission\u003C\u002Fa> to the WordPress Core Trac. The rest of the plugin is simply some hacky glue to make this work without modifying the Core. It \u003Cem>does not\u003C\u002Fem> implement any UI for taxonomy term metadata.\u003C\u002Fp>\n\u003Cp>The plugin implements the following functions, from which you can build your own custom UI and display code:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_term_meta($term_id, $meta_key, $meta_value, $unique): Add meta data field to a term.\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cul>\n\u003Cli>@param int $term_id Post ID.\u003C\u002Fli>\n\u003Cli>@param string $key Metadata name.\u003C\u002Fli>\n\u003Cli>@param mixed $value Metadata value.\u003C\u002Fli>\n\u003Cli>@param bool $unique Optional, default is false. Whether the same key should not be added.\u003C\u002Fli>\n\u003Cli>\n\u003Cp>@return bool False for failure. True for success.\u003C\u002Fp>\n\u003Cp>delete_term_meta($term_id, $meta_key, $meta_value): Remove metadata matching criteria from a term. You can match based on the key, or key and value. Removing based on key and value, will keep from removing duplicate metadata with the same key. It also allows removing all metadata matching key, if needed.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>@param int $term_id term ID\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>@param string $meta_key Metadata name.\u003C\u002Fli>\n\u003Cli>@param mixed $meta_value Optional. Metadata value.\u003C\u002Fli>\n\u003Cli>\n\u003Cp>@return bool False for failure. True for success.\u003C\u002Fp>\n\u003Cp>get_term_meta($term_id, $key, $single): Retrieve term meta field for a term.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>@param int $term_id Term ID.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>@param string $key The meta key to retrieve.\u003C\u002Fli>\n\u003Cli>@param bool $single Whether to return a single value.\u003C\u002Fli>\n\u003Cli>\n\u003Cp>@return mixed Will be an array if $single is false. Will be value of meta data field if $single is true.\u003C\u002Fp>\n\u003Cp>update_term_meta($term_id, $meta_key, $meta_value, $prev_value): Update term meta field based on term ID. Use the $prev_value parameter to differentiate between meta fields with the same key and term ID. If the meta field for the term does not exist, it will be added.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>@param int $term_id Term ID.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>@param string $key Metadata key.\u003C\u002Fli>\n\u003Cli>@param mixed $value Metadata value.\u003C\u002Fli>\n\u003Cli>@param mixed $prev_value Optional. Previous value to check before removing.\u003C\u002Fli>\n\u003Cli>@return bool False on failure, true if success.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Development of this plugin was supported by the \u003Ca href=\"http:\u002F\u002Fglobalshakespeares.org\u002F\" rel=\"nofollow ugc\">Massachusetts Institute of Technology Shakespeare Project\u003C\u002Fa>.\u003C\u002Fp>\n","Infrastructure plugin which implements metadata functionality for taxonomy terms, including for tags and categories.",5000,224935,92,9,"2017-11-28T08:04:00.000Z","4.3.34","3.0","",[29,30,31,32],"api","infrastructure","metadata","taxonomy","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ftaxonomy-metadata.zip",85,0,null,"2026-03-15T15:16:48.613Z",{"slug":39,"name":40,"version":41,"author":5,"author_profile":6,"description":42,"short_description":43,"active_installs":44,"downloaded":45,"rating":46,"num_ratings":47,"last_updated":48,"tested_up_to":49,"requires_at_least":50,"requires_php":27,"tags":51,"homepage":27,"download_link":56,"security_score":34,"vuln_count":35,"unpatched_count":35,"last_vuln_date":36,"fetched_at":37},"redirect-by-custom-field","Redirect by Custom Field","1.0","\u003Cp>Sometimes you have a need for having links to external URLs show up interspersed among your own pages or posts. This plugin lets you easily create such “redirecting” posts or pages by simply setting a custom field.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Usage\u003C\u002Fstrong>: Add the custom field with label “redirect” to any post or page. Enter the redirect target URL as the value of that custom field. Now all links on your site to that post or page will be replaced with that redirect URL! If you try to visit the permalink URL for that page, it will redirect the user to that redirect URL too.\u003C\u002Fp>\n\u003Cp>This plugin actually also works fine to redirect a URL to another URL on the same site as well.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Placeholders\u003C\u002Fstrong>: New in version 0.9: the strings \u003Ccode>%home%\u003C\u002Fcode> and \u003Ccode>%site%\u003C\u002Fcode> in URLs are replaced by the WordPress home URL and site URLs, respectively.\u003C\u002Fp>\n\u003Cp>Development of this plugin was supported by the \u003Ca href=\"http:\u002F\u002Farts.mit.edu\u002F\" rel=\"nofollow ugc\">Arts at MIT\u003C\u002Fa>.\u003C\u002Fp>\n","Changes the URLs pointing to pages and posts which have a \"redirect\" custom field, using that entry as the URL instead.",600,22879,96,5,"2013-11-22T06:31:00.000Z","3.7.41","3.1",[52,53,54,55],"alias","custom-field","redirect","url","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fredirect-by-custom-field.1.0.zip",{"slug":58,"name":59,"version":41,"author":5,"author_profile":6,"description":60,"short_description":61,"active_installs":62,"downloaded":63,"rating":64,"num_ratings":65,"last_updated":66,"tested_up_to":67,"requires_at_least":68,"requires_php":27,"tags":69,"homepage":75,"download_link":76,"security_score":34,"vuln_count":35,"unpatched_count":35,"last_vuln_date":36,"fetched_at":37},"markdown-for-wordpress-and-bbpress","Markdown for WordPress and bbPress","\u003Cp>\u003Ca href=\"http:\u002F\u002Fdaringfireball.net\u002Fprojects\u002Fmarkdown\u002Fsyntax\" rel=\"nofollow ugc\">Markdown syntax\u003C\u002Fa> allows you to write using an easy-to-read, easy-to-write plain text format.\u003C\u002Fp>\n\u003Cp>Markdown for WordPress and bbPress (Markdown-WPBB) is based on the famed PHP Markdown Extra by \u003Ca href=\"http:\u002F\u002Fwww.michelf.com\u002Fprojects\u002Fphp-markdown\u002F\" rel=\"nofollow ugc\">Michel Fortin\u003C\u002Fa>, in turn based on the original Perl version by \u003Ca href=\"http:\u002F\u002Fwww.daringfireball.net\u002F\" rel=\"nofollow ugc\">John Gruber\u003C\u002Fa>. All I did was make the same package work with bbPress too. ^^\u003C\u002Fp>\n","A text-to-HTML conversion tool for web writers",60,13477,100,1,"2008-05-21T08:47:00.000Z","2.5.1","1.2",[70,71,72,73,74],"encoding","format","formatting","post","text","http:\u002F\u002Fmitcho.com\u002Fcode\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fmarkdown-for-wordpress-and-bbpress.1.0.zip",{"slug":78,"name":79,"version":80,"author":5,"author_profile":6,"description":81,"short_description":82,"active_installs":83,"downloaded":84,"rating":64,"num_ratings":65,"last_updated":85,"tested_up_to":86,"requires_at_least":50,"requires_php":27,"tags":87,"homepage":27,"download_link":91,"security_score":34,"vuln_count":35,"unpatched_count":35,"last_vuln_date":36,"fetched_at":37},"single-value-taxonomy-ui","Single Value Taxonomy UI","0.3","\u003Cp>This infrastructure plugin adds basic UI for single-valued taxonomies, i.e. a taxonomy with presents a \u003Ccode>select\u003C\u002Fcode> widget.\u003C\u002Fp>\n\u003Ch4>Usage\u003C\u002Fh4>\n\u003Cp>When registering your custom taxonomy, add the argument \u003Ccode>single_value\u003C\u002Fcode> set to \u003Ccode>true\u003C\u002Fcode> to get the single value UI. If a selection of this term is required, also add \u003Ccode>required\u003C\u002Fcode> set to \u003Ccode>true\u003C\u002Fcode>.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>register_taxonomy(\n    'astrological_sign',\n    array( 'person' ),\n    array(\n        'hierarchical' => false,\n        'show_ui' => true,\n        'required' => true,\n        'single_value' => true\n    )\n);\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Development of this plugin supported by \u003Ca href=\"http:\u002F\u002Fglobalshakespeares.org\" rel=\"nofollow ugc\">MIT Global Shakespeares\u003C\u002Fa>.\u003C\u002Fp>\n","This infrastructure plugin adds basic UI for single-valued taxonomies, i.e. a taxonomy with presents a select widget.",50,4833,"2012-09-07T13:18:00.000Z","3.4.2",[30,88,89,90,32],"required","select","single-value","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsingle-value-taxonomy-ui.0.3.zip",{"slug":93,"name":94,"version":41,"author":5,"author_profile":6,"description":95,"short_description":96,"active_installs":83,"downloaded":97,"rating":64,"num_ratings":98,"last_updated":99,"tested_up_to":100,"requires_at_least":101,"requires_php":27,"tags":102,"homepage":27,"download_link":108,"security_score":34,"vuln_count":35,"unpatched_count":35,"last_vuln_date":36,"fetched_at":37},"test-user-role","Test User Role","\u003Cp>This plugin lets super admins quickly test other user roles, to see what other users experience.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Super admins get a Test User Role menu under the Howdy menu.\u003C\u002Fli>\n\u003Cli>Roles being tested will be reset on user login or logout.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Warning:\u003C\u002Fstrong> When a role is being tested, the user role in the database is actually modified. Note also that the \u003Ccode>set_user_role\u003C\u002Fcode> action is fired when going in and out of testing.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fmitcho\u002Ftest-user-role\" rel=\"nofollow ugc\">Contribute to development on GitHub.\u003C\u002Fa>\u003C\u002Fp>\n","Quickly test other user roles from a super admin account, to see what other users experience.",3058,4,"2014-12-09T02:14:00.000Z","4.0.38","3.3",[103,104,105,106,107],"admin","admin-bar","test","toolbar","user-role","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ftest-user-role.1.0.zip",{"slug":110,"name":111,"version":112,"author":5,"author_profile":6,"description":113,"short_description":114,"active_installs":115,"downloaded":116,"rating":35,"num_ratings":35,"last_updated":117,"tested_up_to":86,"requires_at_least":101,"requires_php":27,"tags":118,"homepage":123,"download_link":124,"security_score":34,"vuln_count":35,"unpatched_count":35,"last_vuln_date":36,"fetched_at":37},"add-subpage-here","Add Subpage Here","0.4","\u003Cp>This plugin makes it easy for you to add a new subpage to a page you are currently viewing. The plugin adds the following:\u003C\u002Fp>\n\u003Col>\n\u003Cli>a widget which, when enabled, displays a “add subpage” link in your widget areas of pages;\u003C\u002Fli>\n\u003Cli>a “Subpage” item to the “Add New” menu on the admin menu bar.\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>This plugin is a component of the \u003Ca href=\"http:\u002F\u002Fecs.mit.edu\" rel=\"nofollow ugc\">MIT Educational Collaboration Space\u003C\u002Fa> project.\u003C\u002Fp>\n","Adds simple widget and admin menu item for adding a subpage to the current page.",10,7851,"2012-08-07T16:59:00.000Z",[103,119,120,121,122],"menu","page","subpage","widget","http:\u002F\u002Fecs.mit.edu","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadd-subpage-here.0.4.zip",{"slug":126,"name":127,"version":80,"author":5,"author_profile":6,"description":128,"short_description":129,"active_installs":115,"downloaded":130,"rating":35,"num_ratings":35,"last_updated":131,"tested_up_to":132,"requires_at_least":133,"requires_php":27,"tags":134,"homepage":27,"download_link":139,"security_score":34,"vuln_count":35,"unpatched_count":35,"last_vuln_date":36,"fetched_at":37},"allow-latex-uploads","Allow LaTeX Uploads","\u003Cp>Ever noticed that when you try to upload a \u003Ccode>.tex\u003C\u002Fcode> file to your WordPress blog, it’s mysteriously blocked? This plugin simply allows for LaTeX file uploading.\u003C\u002Fp>\n\u003Cp>In particular, it supports the \u003Ccode>.tex\u003C\u002Fcode>, \u003Ccode>.latex\u003C\u002Fcode>, \u003Ccode>.ps\u003C\u002Fcode>, and \u003Ccode>.dvi\u003C\u002Fcode> extensions. \u003Ccode>.pdf\u003C\u002Fcode> is already supported by the WordPress core.\u003C\u002Fp>\n\u003Cp>This plugin is a component of the \u003Ca href=\"http:\u002F\u002Fecs.mit.edu\" rel=\"nofollow ugc\">MIT Educational Collaboration Space\u003C\u002Fa> project at the \u003Ca href=\"http:\u002F\u002Fmath.mit.edu\u002F\" rel=\"nofollow ugc\">MIT Department of Mathematics\u003C\u002Fa>.\u003C\u002Fp>\n","Allows LaTeX and related file uploads.",2850,"2011-02-21T00:53:00.000Z","3.1.4","2.8.6",[135,136,137,138],"file","latex","tex","uploads","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fallow-latex-uploads.0.3.zip",{"slug":141,"name":142,"version":143,"author":5,"author_profile":6,"description":144,"short_description":145,"active_installs":115,"downloaded":146,"rating":35,"num_ratings":35,"last_updated":27,"tested_up_to":147,"requires_at_least":148,"requires_php":27,"tags":149,"homepage":27,"download_link":154,"security_score":64,"vuln_count":35,"unpatched_count":35,"last_vuln_date":36,"fetched_at":155},"distinct-preview","Distinct Preview","0.2","\u003Cp>This plugin adds a big red “preview” watermark to post previews. Never again be confused whether you’re looking at a preview or a published post!\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Note\u003C\u002Fstrong>: This plugin may not work well if your theme involves a background image on your \u003Ccode>body\u003C\u002Fcode>.\u003C\u002Fp>\n\u003Cp>This plugin is a component of the \u003Ca href=\"http:\u002F\u002Fecs.mit.edu\" rel=\"nofollow ugc\">MIT Educational Collaboration Space\u003C\u002Fa> project.\u003C\u002Fp>\n","This plugin adds a big red \"preview\" watermark to post previews. Never again be confused whether you're looking at a preview or a publi &hellip;",2023,"3.3.2","2.9",[150,151,152,153],"css","display","preview","watermark","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fdistinct-preview.0.2.zip","2026-03-15T10:48:56.248Z",{"slug":157,"name":158,"version":159,"author":5,"author_profile":6,"description":160,"short_description":161,"active_installs":115,"downloaded":162,"rating":35,"num_ratings":35,"last_updated":27,"tested_up_to":147,"requires_at_least":50,"requires_php":27,"tags":163,"homepage":167,"download_link":168,"security_score":64,"vuln_count":35,"unpatched_count":35,"last_vuln_date":36,"fetched_at":169},"file-groups","File Groups","1.1.5","\u003Cp>WordPress’s built-in file-management is built primarily for handling “media”. But sometimes there’s a need for curating collections of files within WordPress, not necessarily as media which will be displayed, but simply as files.\u003C\u002Fp>\n\u003Cp>This plugin adds an abstraction called “file groups” to WordPress. Each file group can contain multiple files, which are presented elegantly to the user. All files in a file group can be downloaded together as a zip archive as well.\u003C\u002Fp>\n\u003Cp>In addition, file groups can be tagged and these tags are used to associate particular file groups to your posts. Two widgets, “related file groups” and “upload related file group”, are supplied to make it easier to integrate the display of related file groups with your posts.\u003C\u002Fp>\n\u003Cp>The plugin currently uses the PHP \u003Ca href=\"http:\u002F\u002Fphp.net\u002Fmanual\u002Fen\u002Fclass.ziparchive.php\" rel=\"nofollow ugc\">ZipArchive extension\u003C\u002Fa> to support the batch download functionality.\u003C\u002Fp>\n\u003Cp>This plugin is a component of the \u003Ca href=\"http:\u002F\u002Fecs.mit.edu\" rel=\"nofollow ugc\">MIT Educational Collaboration Space\u003C\u002Fa> project.\u003C\u002Fp>\n\u003Ch3>Migration\u003C\u002Fh3>\n\u003Cp>File Groups has some tools which make it easy for you to migrate files which are not in file groups (known as “orphans”) into file groups.\u003C\u002Fp>\n\u003Cp>First things first, you will need to (temporarily) unhide the native Media Library from your admin by adding the following to your \u003Ccode>wp-config.php\u003C\u002Fcode> file:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>    define( 'FILE_GROUPS_HIDE_NATIVE_MEDIA', false );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>In the Media Library, you will now see a drop down which will let you “show only orphans”. Select any collection of files there which you would like to migrate into a file group, and then select the “create new file group” action from the “Bulk actions” menu and click “apply”. A new file group will be created for the files you selected.\u003C\u002Fp>\n\u003Cp>Alternatively, individual orphan files have an action called “create singleton group” available to them if you hover over its row in the table.\u003C\u002Fp>\n","Add \"file group\" multiple file handling capability.",8920,[164,135,165,157,166],"attachment","file-group","files","http:\u002F\u002Fecs.mit.edu\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ffile-groups.1.1.5.zip","2026-03-15T14:44:11.924Z",{"slug":171,"name":172,"version":17,"author":5,"author_profile":6,"description":173,"short_description":174,"active_installs":115,"downloaded":175,"rating":62,"num_ratings":65,"last_updated":27,"tested_up_to":49,"requires_at_least":50,"requires_php":27,"tags":176,"homepage":27,"download_link":181,"security_score":64,"vuln_count":35,"unpatched_count":35,"last_vuln_date":36,"fetched_at":155},"license","License","\u003Cp>The License plugin gives authors the ability to mark their content with a \u003Ca href=\"http:\u002F\u002Fcreativecommons.org\u002F\" rel=\"nofollow ugc\">Creative Commons\u003C\u002Fa> license and to display the license along with the content.  With Creative Commons licenses, you keep your copyright but share your creativity.  By default, the plugin will display a license in the footer of your theme.  The license plugin is also a widget, and can be dragged to any widget area.  This will supress display of the license in the theme footer and display it instead in the widget area.\u003C\u002Fp>\n\u003Cp>The site default license is the Creative Commons \u003Ca href=\"http:\u002F\u002Fcreativecommons.org\u002Flicenses\u002Fby-nc-sa\u002F2.0\u002F\" rel=\"nofollow ugc\">Attribution-NonCommercial-ShareAlike (CC BY-NC-SA)\u003C\u002Fa> license.  Authors can set their own default license using the license settings provided under Personal Options on the edit profile page.  The license can also be set for each individual post using the setting provided in the Publish box while creating a new post.\u003C\u002Fp>\n\u003Cp>Authors can choose how they would like their attribution to be displayed on the site.  The author can attribute the work to their display name or their nickname as defined in their profile options.  Alternatively, the author can attribute the work to the site as defined in the General Settings of the site.\u003C\u002Fp>\n\u003Cp>This plugin is a component of the \u003Ca href=\"http:\u002F\u002Fecs.mit.edu\" rel=\"nofollow ugc\">MIT Educational Collaboration Space\u003C\u002Fa> project.\u003C\u002Fp>\n","The license plugin gives authors the ability to mark their content with a Creative Commons license and to display the license along with the content.",4856,[177,178,179,180,171],"cc","copyleft","copyright","creative-commons","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Flicense.0.5.zip",{"slug":183,"name":184,"version":143,"author":5,"author_profile":6,"description":185,"short_description":186,"active_installs":115,"downloaded":187,"rating":35,"num_ratings":35,"last_updated":188,"tested_up_to":147,"requires_at_least":26,"requires_php":27,"tags":189,"homepage":75,"download_link":194,"security_score":34,"vuln_count":35,"unpatched_count":35,"last_vuln_date":36,"fetched_at":37},"page-template-inventory","Page Template Inventory","\u003Cp>Over the course of the development of a custom theme or application, custom page templates can start to build up. This plugin adds a “template inventory” tool which lets you see which templates are actually used.\u003C\u002Fp>\n\u003Cp>Development of this plugin was supported by \u003Ca href=\"http:\u002F\u002Farts.mit.edu\" rel=\"nofollow ugc\">Arts at MIT\u003C\u002Fa>.\u003C\u002Fp>\n","Over the course of the development of a custom theme or application, custom page templates can start to build up. This plugin adds a \"template in &hellip;",3395,"2011-12-17T04:18:00.000Z",[190,120,191,192,193],"cleanup","page-template","template","theme","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fpage-template-inventory.0.2.zip",{"slug":196,"name":197,"version":68,"author":5,"author_profile":6,"description":198,"short_description":199,"active_installs":115,"downloaded":200,"rating":35,"num_ratings":35,"last_updated":201,"tested_up_to":147,"requires_at_least":26,"requires_php":27,"tags":202,"homepage":27,"download_link":208,"security_score":34,"vuln_count":35,"unpatched_count":35,"last_vuln_date":36,"fetched_at":37},"require-first-and-last-name","Require First and Last Name","\u003Cp>Require first and last name from users who are editing their profiles.\u003C\u002Fp>\n\u003Cp>The HTML5 \u003Ccode>required\u003C\u002Fcode> attribute is added, the text “(required)” is added next to the fields, and the data is verified to be non-empty on save.\u003C\u002Fp>\n\u003Cp>Development of this plugin was supported by the \u003Ca href=\"http:\u002F\u002Fglobalshakespeares.org\u002F\" rel=\"nofollow ugc\">Massachusetts Institute of Technology Shakespeare Project\u003C\u002Fa>.\u003C\u002Fp>\n","Require first and last name from users who are editing their profiles.",2439,"2011-12-29T01:17:00.000Z",[203,204,205,206,207],"name","profile","ui","user","users","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Frequire-first-and-last-name.1.2.zip",{"slug":210,"name":211,"version":143,"author":5,"author_profile":6,"description":212,"short_description":213,"active_installs":115,"downloaded":214,"rating":35,"num_ratings":35,"last_updated":215,"tested_up_to":216,"requires_at_least":50,"requires_php":27,"tags":217,"homepage":75,"download_link":223,"security_score":34,"vuln_count":35,"unpatched_count":35,"last_vuln_date":36,"fetched_at":37},"xml-documents","XML Documents","\u003Cp>This plugin adds the necessary infrastructure to add a “XML Document”-type custom post type which renders an XML document with an XSLT stylesheet in lieu of the regular post content. This can be useful in custom applications where there is a need to display XML documents from source, but you also want the regular benefits of WordPress tagging, commenting, etc. for these documents.\u003C\u002Fp>\n\u003Cp>This plugin will not work out of the box… it is an infrastructure plugin. Additional coding (albeit minor) is necessary to get it running. See the “Installation” section for more information and sample code.\u003C\u002Fp>\n\u003Cp>The development of this plugin is supported by \u003Ca href=\"http:\u002F\u002Fglobalshakespeares.org\" rel=\"nofollow ugc\">MIT Global Shakespeares\u003C\u002Fa>, where it will be used to render the full text of Shakespeare plays from TEI-XML source.\u003C\u002Fp>\n\u003Ch3>To-do\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Custom stylesheets, per-document and\u002For custom parameters to be passed to the XSL transform\u003C\u002Fli>\n\u003Cli>Search integration\u003C\u002Fli>\n\u003C\u002Ful>\n","Support for managing XML documents as a custom post type and displaying them with XSLT stylesheets.",3915,"2011-05-31T20:23:00.000Z","3.2.1",[218,219,220,221,222],"cpt","custom-post-type","tei","xml","xslt","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fxml-documents.0.2.zip"]