[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fCy3I508e4t2inuFoEAejtrI2pIhlU-a8j82lfSeIJ_w":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},"oyosh","Yossi Haephrati","https:\u002F\u002Fprofiles.wordpress.org\u002Fmitchoyoshitaka\u002F",16,5970,90,30,87,"2026-04-04T11:54:36.386Z",[14,39,58,80,99,114,131,142,158,173,189,203,215,228,242,257],{"slug":15,"name":16,"version":17,"author":18,"author_profile":6,"description":19,"short_description":20,"active_installs":21,"downloaded":22,"rating":23,"num_ratings":24,"last_updated":25,"tested_up_to":26,"requires_at_least":27,"requires_php":28,"tags":29,"homepage":28,"download_link":34,"security_score":35,"vuln_count":36,"unpatched_count":36,"last_vuln_date":37,"fetched_at":38},"taxonomy-metadata","Taxonomy Metadata","0.5","mitcho (Michael Yoshitaka Erlewine)","\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","",[30,31,32,33],"api","infrastructure","metadata","taxonomy","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ftaxonomy-metadata.zip",85,0,null,"2026-03-15T15:16:48.613Z",{"slug":40,"name":41,"version":42,"author":18,"author_profile":6,"description":43,"short_description":44,"active_installs":45,"downloaded":46,"rating":47,"num_ratings":48,"last_updated":49,"tested_up_to":50,"requires_at_least":51,"requires_php":28,"tags":52,"homepage":28,"download_link":57,"security_score":35,"vuln_count":36,"unpatched_count":36,"last_vuln_date":37,"fetched_at":38},"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",[53,54,55,56],"alias","custom-field","redirect","url","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fredirect-by-custom-field.1.0.zip",{"slug":59,"name":60,"version":61,"author":5,"author_profile":62,"description":63,"short_description":64,"active_installs":65,"downloaded":66,"rating":67,"num_ratings":68,"last_updated":69,"tested_up_to":70,"requires_at_least":71,"requires_php":72,"tags":73,"homepage":28,"download_link":79,"security_score":67,"vuln_count":36,"unpatched_count":36,"last_vuln_date":37,"fetched_at":38},"il-privacy-cookie-consent","IL Privacy & Cookie Consent","1.3.0","https:\u002F\u002Fprofiles.wordpress.org\u002Foyosh\u002F","\u003Cp>\u003Cstrong>IL Privacy & Cookie Consent\u003C\u002Fstrong> is a comprehensive, production-ready plugin for displaying cookie consent banners, blocking non-essential scripts until consent is obtained, logging consent events (compliant with Amendment 13 of the Israeli Privacy Protection Law), creating privacy policy pages, supporting RTL and accessibility, with Hebrew defaults.\u003C\u002Fp>\n\u003Ch4>Key Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Cstrong>Customizable consent banner\u003C\u002Fstrong> – Floating window at the bottom of the page with options: “Accept All”, “Reject Non-Essential Cookies”, “Preferences”\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Detailed preferences modal\u003C\u002Fstrong> – Granular selection of categories: Essential (required), Analytics, Marketing, Functional\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Script blocking\u003C\u002Fstrong> – Map scripts to categories and block them until appropriate consent is obtained\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Consent event logging\u003C\u002Fstrong> – Database storage with IP hash, User Agent, date, version (compliant with Amendment 13)\u003C\u002Fli>\n\u003Cli>\u003Cstrong>CSV log export\u003C\u002Fstrong> – Export consent data for reporting\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Privacy policy page\u003C\u002Fstrong> – Automatic creation of draft page with \u003Ccode>[ilpramco_policy]\u003C\u002Fcode> shortcode\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Cookies table\u003C\u002Fstrong> – \u003Ccode>[il_cookies_table]\u003C\u002Fcode> shortcode to display cookie catalog\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Marketing consent for forms\u003C\u002Fstrong> – \u003Ccode>[il_marketing_consent]\u003C\u002Fcode> shortcode for forms\u003C\u002Fli>\n\u003Cli>\u003Cstrong>RTL and accessibility\u003C\u002Fstrong> – Full RTL support, WCAG, keyboard navigation, focus trap\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Lightweight\u003C\u002Fstrong> – Very small JS+CSS (\u003C 10KB gzipped), no jQuery dependency\u003C\u002Fli>\n\u003Cli>\u003Cstrong>DNT support\u003C\u002Fstrong> – Option to respect Do Not Track\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Minimum Requirements\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>WordPress 5.8 or higher\u003C\u002Fli>\n\u003Cli>PHP 7.4 or higher (supports PHP 8.1+)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Usage\u003C\u002Fh3>\n\u003Cp>\u003Cstrong>Shortcodes:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ccode>[ilpramco_policy]\u003C\u002Fcode> – Displays the full privacy policy\u003C\u002Fli>\n\u003Cli>\u003Ccode>[ilpramco_cookies_table]\u003C\u002Fcode> – Displays cookies table\u003C\u002Fli>\n\u003Cli>\u003Ccode>[ilpramco_marketing_consent]\u003C\u002Fcode> – Marketing consent checkbox for forms\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>JavaScript API:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>`javascript\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u002F\u002F Get current consent\u003Cbr \u002F>\nconst consent = window.ILPrivacy.getConsent();\u003C\u002Fp>\n\u003Cp>\u002F\u002F Register callback for changes\u003Cbr \u002F>\nwindow.ILPrivacy.onChange(function(consent) {\u003Cbr \u002F>\n    console.log(‘Consent updated:’, consent);\u003Cbr \u002F>\n});\u003C\u002Fp>\n\u003Cp>\u002F\u002F Enable a category\u003Cbr \u002F>\nwindow.ILPrivacy.enableCategory(‘analytics’);\u003C\u002Fp>\n\u003Cp>\u002F\u002F Check if category is enabled\u003Cbr \u002F>\nif (window.ILPrivacy.isCategoryEnabled(‘marketing’)) {\u003Cbr \u002F>\n    \u002F\u002F Load marketing scripts\u003Cbr \u002F>\n}\u003C\u002Fp>\n\u003Cp>\u002F\u002F Open preferences modal\u003Cbr \u002F>\nwindow.ILPrivacy.openPreferences();\u003C\u002Fp>\n\u003Cp>\u002F\u002F Revoke consent\u003Cbr \u002F>\nwindow.ILPrivacy.revokeConsent();\u003Cbr \u002F>\n    `\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Script Mapping:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>`php\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u002F\u002F Add script to category\u003Cbr \u002F>\nadd_action(‘wp_enqueue_scripts’, function() {\u003Cbr \u002F>\n    wp_enqueue_script(‘google-analytics’, ‘…’, [], ‘1.0’, true);\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u002F\u002F Map to category\n$mapping = get_option('ilpramco_script_mapping', []);\n$mapping['google-analytics'] = 'analytics';\nupdate_option('ilpramco_script_mapping', $mapping);\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>});\u003Cbr \u002F>\n    `\u003C\u002Fp>\n\u003Ch3>Privacy & Legal\u003C\u002Fh3>\n\u003Cp>This plugin is designed to help comply with Amendment 13 of the Israeli Privacy Protection Law and GDPR regulations in Europe. However, using this plugin does not constitute legal advice and does not guarantee full legal compliance. It is recommended to consult with a legal advisor regarding your specific legal requirements.\u003C\u002Fp>\n\u003Cp>The plugin stores the following data:\u003Cbr \u002F>\n* User ID (if user is logged in)\u003Cbr \u002F>\n* Session ID (UUID)\u003Cbr \u002F>\n* Hash of IP address (SHA256 with salt)\u003Cbr \u002F>\n* User Agent\u003Cbr \u002F>\n* Consent (categories, version, date)\u003C\u002Fp>\n\u003Cp>The plugin does not store raw IP addresses.\u003C\u002Fp>\n","Cookie and privacy consent plugin compliant with Israeli law (Amendment 13), supports RTL, accessibility, and consent event logging.",80,581,100,2,"2026-03-11T14:41:00.000Z","6.9.4","5.8","7.4",[74,75,76,77,78],"consent","cookies","gdpr","israel","privacy","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fil-privacy-cookie-consent.1.3.0.zip",{"slug":81,"name":82,"version":42,"author":18,"author_profile":6,"description":83,"short_description":84,"active_installs":85,"downloaded":86,"rating":67,"num_ratings":87,"last_updated":88,"tested_up_to":89,"requires_at_least":90,"requires_php":28,"tags":91,"homepage":97,"download_link":98,"security_score":35,"vuln_count":36,"unpatched_count":36,"last_vuln_date":37,"fetched_at":38},"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,1,"2008-05-21T08:47:00.000Z","2.5.1","1.2",[92,93,94,95,96],"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":100,"name":101,"version":102,"author":18,"author_profile":6,"description":103,"short_description":104,"active_installs":105,"downloaded":106,"rating":67,"num_ratings":87,"last_updated":107,"tested_up_to":108,"requires_at_least":51,"requires_php":28,"tags":109,"homepage":28,"download_link":113,"security_score":35,"vuln_count":36,"unpatched_count":36,"last_vuln_date":37,"fetched_at":38},"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",[31,110,111,112,33],"required","select","single-value","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsingle-value-taxonomy-ui.0.3.zip",{"slug":115,"name":116,"version":42,"author":18,"author_profile":6,"description":117,"short_description":118,"active_installs":105,"downloaded":119,"rating":67,"num_ratings":120,"last_updated":121,"tested_up_to":122,"requires_at_least":123,"requires_php":28,"tags":124,"homepage":28,"download_link":130,"security_score":35,"vuln_count":36,"unpatched_count":36,"last_vuln_date":37,"fetched_at":38},"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",[125,126,127,128,129],"admin","admin-bar","test","toolbar","user-role","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ftest-user-role.1.0.zip",{"slug":132,"name":133,"version":134,"author":5,"author_profile":62,"description":135,"short_description":136,"active_installs":105,"downloaded":137,"rating":67,"num_ratings":120,"last_updated":138,"tested_up_to":28,"requires_at_least":28,"requires_php":28,"tags":139,"homepage":140,"download_link":141,"security_score":23,"vuln_count":36,"unpatched_count":36,"last_vuln_date":37,"fetched_at":38},"whmcs-doali-elementor","Whmcs Doali to Elementor","4.2.2","\u003Cp>This is a WordPress plugin that allow sync Elementor forms with WHMCS Billing and Doali email marketing\u003Cbr \u002F>\nFor more documentation please see https:\u002F\u002Fwww.whmcs.me\u002Fproduct\u002Fwhmcs-doali-to-elementor\u002F and https:\u002F\u002Fwww.doali.co.il\u002Fwordpress\u003Cbr \u002F>\nTo Create a New Doali user: https:\u002F\u002Fwww.doali.co.il\u002Fsignup\u003C\u002Fp>\n\u003Cp>Use Whmcs Doali to Elementor to add a new client to Whmcs and Doali. This Plugin will allow your clients register and get your product from one simple web form you can embedded anywhere you like.\u003Cbr \u002F>\nThis module help you get a more new purchases on WHMCS. Because it simplify the process to few easy clicks and Done.\u003Cbr \u002F>\nThe Basic pack will allow you to add new client to Whmcs billing and to Doali email marketing, easy and safe.\u003Cbr \u002F>\nYou can then create autoresponders, quotes, orders, invoices, tickets and more…\u003C\u002Fp>\n\u003Ch3>Whmcs Doali to Elementor\u003C\u002Fh3>\n\u003Cp>Contributors: emilion – Yossi Haephrati\u003Cbr \u002F>\nDonate link: https:\u002F\u002Fwww.whmcs.me\u002Fproduct\u002Fwhmcs-doali-to-elementor\u002F\u003Cbr \u002F>\nTags: doali, whmcs, elmentor\u003Cbr \u002F>\nLicense: GPLv2 or later\u003Cbr \u002F>\nLicense URI: http:\u002F\u002Fwww.gnu.org\u002Flicenses\u002Fgpl-3.0.html\u003Cbr \u002F>\nRequires at least: 4.9.8\u003Cbr \u002F>\nTested up to: 6.6.2\u003Cbr \u002F>\nStable tag: 4.2.3\u003Cbr \u002F>\nShort Description: Our Plugin for syncing Elementor forms with WHMCS Billing and Doali email marketing.\u003C\u002Fp>\n","This is a WordPress plugin that allow sync Elementor forms with WHMCS Billing and Doali email marketing",5679,"2024-10-07T22:21:00.000Z",[],"https:\u002F\u002Fwww.whmcs.me\u002Fproduct\u002Fwhmcs-doali-to-elementor\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwhmcs-doali-elementor.zip",{"slug":143,"name":144,"version":145,"author":18,"author_profile":6,"description":146,"short_description":147,"active_installs":148,"downloaded":149,"rating":36,"num_ratings":36,"last_updated":150,"tested_up_to":108,"requires_at_least":123,"requires_php":28,"tags":151,"homepage":156,"download_link":157,"security_score":35,"vuln_count":36,"unpatched_count":36,"last_vuln_date":37,"fetched_at":38},"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",[125,152,153,154,155],"menu","page","subpage","widget","http:\u002F\u002Fecs.mit.edu","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadd-subpage-here.0.4.zip",{"slug":159,"name":160,"version":102,"author":18,"author_profile":6,"description":161,"short_description":162,"active_installs":148,"downloaded":163,"rating":36,"num_ratings":36,"last_updated":164,"tested_up_to":165,"requires_at_least":166,"requires_php":28,"tags":167,"homepage":28,"download_link":172,"security_score":35,"vuln_count":36,"unpatched_count":36,"last_vuln_date":37,"fetched_at":38},"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",[168,169,170,171],"file","latex","tex","uploads","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fallow-latex-uploads.0.3.zip",{"slug":174,"name":175,"version":176,"author":18,"author_profile":6,"description":177,"short_description":178,"active_installs":148,"downloaded":179,"rating":36,"num_ratings":36,"last_updated":28,"tested_up_to":180,"requires_at_least":181,"requires_php":28,"tags":182,"homepage":28,"download_link":187,"security_score":67,"vuln_count":36,"unpatched_count":36,"last_vuln_date":37,"fetched_at":188},"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",[183,184,185,186],"css","display","preview","watermark","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fdistinct-preview.0.2.zip","2026-03-15T10:48:56.248Z",{"slug":190,"name":191,"version":192,"author":18,"author_profile":6,"description":193,"short_description":194,"active_installs":148,"downloaded":195,"rating":36,"num_ratings":36,"last_updated":28,"tested_up_to":180,"requires_at_least":51,"requires_php":28,"tags":196,"homepage":200,"download_link":201,"security_score":67,"vuln_count":36,"unpatched_count":36,"last_vuln_date":37,"fetched_at":202},"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,[197,168,198,190,199],"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":204,"name":205,"version":17,"author":18,"author_profile":6,"description":206,"short_description":207,"active_installs":148,"downloaded":208,"rating":85,"num_ratings":87,"last_updated":28,"tested_up_to":50,"requires_at_least":51,"requires_php":28,"tags":209,"homepage":28,"download_link":214,"security_score":67,"vuln_count":36,"unpatched_count":36,"last_vuln_date":37,"fetched_at":188},"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,[210,211,212,213,204],"cc","copyleft","copyright","creative-commons","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Flicense.0.5.zip",{"slug":216,"name":217,"version":176,"author":18,"author_profile":6,"description":218,"short_description":219,"active_installs":148,"downloaded":220,"rating":36,"num_ratings":36,"last_updated":221,"tested_up_to":180,"requires_at_least":27,"requires_php":28,"tags":222,"homepage":97,"download_link":227,"security_score":35,"vuln_count":36,"unpatched_count":36,"last_vuln_date":37,"fetched_at":38},"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",[223,153,224,225,226],"cleanup","page-template","template","theme","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fpage-template-inventory.0.2.zip",{"slug":229,"name":230,"version":90,"author":18,"author_profile":6,"description":231,"short_description":232,"active_installs":148,"downloaded":233,"rating":36,"num_ratings":36,"last_updated":234,"tested_up_to":180,"requires_at_least":27,"requires_php":28,"tags":235,"homepage":28,"download_link":241,"security_score":35,"vuln_count":36,"unpatched_count":36,"last_vuln_date":37,"fetched_at":38},"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",[236,237,238,239,240],"name","profile","ui","user","users","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Frequire-first-and-last-name.1.2.zip",{"slug":243,"name":244,"version":176,"author":18,"author_profile":6,"description":245,"short_description":246,"active_installs":148,"downloaded":247,"rating":36,"num_ratings":36,"last_updated":248,"tested_up_to":249,"requires_at_least":51,"requires_php":28,"tags":250,"homepage":97,"download_link":256,"security_score":35,"vuln_count":36,"unpatched_count":36,"last_vuln_date":37,"fetched_at":38},"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",[251,252,253,254,255],"cpt","custom-post-type","tei","xml","xslt","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fxml-documents.0.2.zip",{"slug":258,"name":259,"version":260,"author":5,"author_profile":62,"description":261,"short_description":262,"active_installs":36,"downloaded":263,"rating":67,"num_ratings":87,"last_updated":264,"tested_up_to":265,"requires_at_least":266,"requires_php":267,"tags":268,"homepage":28,"download_link":273,"security_score":23,"vuln_count":36,"unpatched_count":36,"last_vuln_date":37,"fetched_at":38},"customer-export-csv-for-woo","Customer Export CSV for Woo","12.0","\u003Cp>This plugin allows WooCommerce store owners to export their customer data to CSV files. The plugin offers advanced filtering options and field selection for export, enabling you to get exactly the information you need.\u003C\u002Fp>\n\u003Cp>Key Features:\u003Cbr \u002F>\n* Export customers to CSV\u003Cbr \u002F>\n* Select fields for export\u003Cbr \u002F>\n* Filter by registration date\u003Cbr \u002F>\n* Filter by total purchase amount\u003Cbr \u002F>\n* Filter by number of orders\u003Cbr \u002F>\n* Full UTF-8 support\u003C\u002Fp>\n\u003Ch3>Donations\u003C\u002Fh3>\n\u003Cp>If you enjoy this plugin, please consider contributing to its development:\u003C\u002Fp>\n\u003Cp>https:\u002F\u002Fwww.paypal.com\u002Fdonate\u002F?hosted_button_id=W4G4NUHRJXK5N\u003C\u002Fp>\n","Export WooCommerce customers to CSV with advanced filtering options and field selection.",431,"2024-12-08T23:30:00.000Z","6.6.5","5.0","7.2",[269,270,271,272],"csv","customers","export","woocommerce","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustomer-export-csv-for-woo.12.0.zip"]