{"id":3854,"date":"2025-02-15T19:22:05","date_gmt":"2025-02-15T19:22:05","guid":{"rendered":"https:\/\/s-o-s.net\/plugins-list\/"},"modified":"2025-02-15T19:22:05","modified_gmt":"2025-02-15T19:22:05","slug":"plugins-list","status":"publish","type":"post","link":"https:\/\/s-o-s.net\/en_gb\/plugins-list\/","title":{"rendered":"Plugins List"},"content":{"rendered":"<p> <br \/>\n<\/p>\n<article id=\"post-3082\" class=\"alignwide post-3082 plugin type-plugin status-publish hentry plugin_tags-display plugin_tags-installed plugin_tags-list plugin_tags-plugins plugin_tags-show plugin_contributors-dartiss plugin_contributors-nutsmuggler plugin_business_model-community plugin_committers-dartiss plugin_committers-nutsmuggler\">\n<header class=\"plugin-header\">\n<div class=\"entry-heading-container\">\n<div>\n<div class=\"entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t<\/div>\n<div>\n<h1 class=\"plugin-title\">Plugins List<\/h1>\n<p>\t\t\t\t\t<span class=\"byline\">By <span class=\"author vcard\"><a target=\"_blank\" class=\"url fn n\" href=\"https:\/\/profiles.wordpress.org\/nutsmuggler\/\" rel=\"noopener\">nutsmuggler<\/a><\/span><\/span>\n\t\t\t\t<\/div>\n<\/p><\/div>\n<div class=\"plugin-actions\">\n<div class=\"wp-block-button is-small plugin-download download-button\"><a target=\"_blank\" class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/downloads.wordpress.org\/plugin\/plugins-list.2.7.zip\" rel=\"noopener\">Download<\/a><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/header>\n<p><!-- .entry-header --><\/p>\n<p>\t<span id=\"description\"><\/span><br \/>\n\t<span id=\"reviews\"><\/span><br \/>\n\t<span id=\"installation\"><\/span><br \/>\n\t<span id=\"developers\"><\/span><br \/>\n\t<span id=\"advanced\" class=\"\"><\/span><br \/>\n\t<span id=\"section-links\"><\/p>\n<ul class=\"tabs clear\">\n<li id=\"tablink-description\"><a target=\"_blank\" href=\"https:\/\/wordpress.org\/plugins\/plugins-list\/#description\" rel=\"noopener\">Details<\/a><\/li>\n<li id=\"tablink-reviews\"><a target=\"_blank\" href=\"https:\/\/wordpress.org\/plugins\/plugins-list\/#reviews\" rel=\"noopener\">Reviews<\/a><\/li>\n<li id=\"tablink-installation\">\n\t\t\t\t<a target=\"_blank\" href=\"https:\/\/wordpress.org\/plugins\/plugins-list\/#installation\" rel=\"noopener\">Installation<\/a>\n\t\t\t<\/li>\n<li id=\"tablink-developers\"><a target=\"_blank\" href=\"https:\/\/wordpress.org\/plugins\/plugins-list\/#developers\" rel=\"noopener\">Development<\/a><\/li>\n<\/ul>\n<div id=\"link-support\">\n\t\t\t<a target=\"_blank\" href=\"https:\/\/wordpress.org\/support\/plugin\/plugins-list\/\" rel=\"noopener\">Support<\/a>\n\t\t<\/div>\n<p>\t<\/span><br \/>\n\t<script type=\"text\/javascript\">if ( '#changelog' == window.location.hash ) { window.setTimeout( function() { window.location.hash=\"#developers\"; }, 10 ); }<\/script><\/p>\n<div class=\"entry-content\">\n<div id=\"tab-description\" class=\"plugin-description section\">\n<h2 id=\"description-header\">Description<\/h2>\n<p>This is a simple community WordPress plugin aimed at giving credit where credit is due.<\/p>\n<p>The plugin inserts an XHTML list into any post\/page through a shortcode. If you\u2019re into customization, you can specify a format argument and indicate the exact output you are after. There\u2019s also an option to display inactive plugins as well.<\/p>\n<p>Key features include\u2026<\/p>\n<ul>\n<li>A simple template system allows you to format how you\u2019d like the plugin information to be shown<\/li>\n<li>Template tags are available for automatically linked items as well as simple text<\/li>\n<li>Choose from a number of pieces of plugin data to be output<\/li>\n<li>Display inactive plugins as well as active plugins if you wish<\/li>\n<li>Automatically limit long descriptions to specific lengths, and even remove emojis from the output<\/li>\n<li>Output is cached to provide a super-quick response<\/li>\n<li>A separate shortcode allows you to display how many plugins you have!<\/li>\n<\/ul>\n<p>Thanks to <a target=\"_blank\" href=\"http:\/\/matej.nastran.net\/\" rel=\"nofollow ugc noopener\">Matej Nastran<\/a>\u2018s <a target=\"_blank\" href=\"https:\/\/wordpress.org\/extend\/plugins\/my-plugins\/\" rel=\"ugc noopener\">My plugins<\/a>, from which <em>Plugins list<\/em> was initially derived.<\/p>\n<p>Iconography is courtesy of the very talented <a target=\"_blank\" href=\"https:\/\/www.fiverr.com\/jankirathore\" rel=\"nofollow ugc noopener\" class=\"broken_link\">Janki Rathod<\/a>.<\/p>\n<p><strong><em>Please visit the <a target=\"_blank\" href=\"https:\/\/github.com\/dartiss\/plugins-list\" title=\"Github\" rel=\"nofollow ugc noopener\">Github page<\/a> for the latest code development, planned enhancements and known issues<\/em><\/strong><\/p>\n<h3>Getting Started<\/h3>\n<p>To get a list of the plugins that are installed and activated in your website, insert the following into any post or page:<\/p>\n<pre><code>&lt;ul&gt;[plugins_list]&lt;\/ul&gt;\n<\/code><\/pre>\n<p>You can customise the output specifying the <code>format<\/code> argument and a number of pre-defined <code>tags<\/code>. Here\u2019s an example:<\/p>\n<pre><code>[plugins_list format=\"{{LinkedTitle}} ({{LinkedAuthor}}) - {{Description}}{{br\/}}\"]\n<\/code><\/pre>\n<p>The tags are as follows, all defined within double braces\u2026<\/p>\n<ul>\n<li><code>Title<\/code> \u2013 the plugin title<\/li>\n<li><code>PluginURI<\/code> \u2013 the URL of the plugin<\/li>\n<li><code>Author<\/code> \u2013 the plugin author<\/li>\n<li><code>AuthorURI<\/code> \u2013 the author\u2019s URL<\/li>\n<li><code>Version<\/code> \u2013 plugin version number<\/li>\n<li><code>Description<\/code> \u2013 the plugin description<\/li>\n<li><code>RequiresWP<\/code> \u2013 the minimum required level of WordPress<\/li>\n<li><code>RequiresPHP<\/code> \u2013 the minimum required level of PHP<\/li>\n<li><code>LinkedTitle<\/code> \u2013 the title but automatically linked to the corresponding URL<\/li>\n<li><code>LinkedAuthor<\/code> \u2013 the author, linking to their profile<\/li>\n<li><code>Active<\/code> \u2013 shows \u2018Active\u2019 or \u2018Inactive\u2019, depending on the status of the plugin<\/li>\n<\/ul>\n<p>The plugins list can be freely styled with css, just place any <em>class<\/em> or <em>id<\/em> attribute on the <code>format<\/code> string, or on the elements surrounding it.<\/p>\n<h3>Using HTML<\/h3>\n<p>If you wish to put HTML in your format then you can. However, this can cause havoc in the Visual editor and even causes extra characters to be passed into the output (rogue paragraph tags, for instance). I therefore highly recommend that, if you wish to add HTML, use double braces instead of &lt; and &gt; around your HTML tags \u2013 this plugin will correct this before output but it means the visual editor doesn\u2019t try and interpret the HTML.<\/p>\n<p>For example\u2026<\/p>\n<pre><code>&lt;ul&gt;[plugins_list format=\"{{li}}{{LinkedTitle}} - {{LinkedAuthor}}{{\/li}}\"]&lt;\/ul&gt;\n<\/code><\/pre>\n<p>The characters will be corrected upon output and you will get a lovely, bulleted, un-ordered list as output.<\/p>\n<p>If you\u2019re using the block editor and need to wrap HTML around the outside of the short code, please see the details further below on the best way to do this.<\/p>\n<h3>Additional Parameters<\/h3>\n<p><strong>Active &amp; Inactive Plugins<\/strong><\/p>\n<p>By default, only active plugins are shown, but by using the <code>show_active<\/code>, <code>show_inactive<\/code> and <code>show_recent<\/code> parameters you can change this.<\/p>\n<p>For example, this will show both active and inactive\u2026<\/p>\n<pre><code>[plugins_list format=\"{{LinkedTitle}} ({{LinkedAuthor}}) - {{Description}}{{br\/}}\" show_inactive=true]\n<\/code><\/pre>\n<p>If you wanted to show just inactive, you\u2019d put..<\/p>\n<pre><code>[plugins_list format=\"{{LinkedTitle}} ({{LinkedAuthor}}) - {{Description}}{{br\/}}\" show_inactive=true show_active=false]\n<\/code><\/pre>\n<p>If you wanted to show just plugins that are inactive but were recently active, you\u2019d put\u2026<\/p>\n<pre><code>[plugins_list format=\"{{LinkedTitle}} ({{LinkedAuthor}}) - {{Description}}{{br\/}}\" show_inactive=false show_active=false show_recent=true]\n<\/code><\/pre>\n<p><strong>Link Targets &amp; No Follow<\/strong><\/p>\n<p>By default links will be followed but you can make these \u201cnofollow\u201d by simply adding the parameter of <code>nofollow=true<\/code>. For example\u2026<\/p>\n<pre><code>[plugins_list format=\"{{LinkedTitle}} ({{LinkedAuthor}}) - {{Description}}{{br\/}}\" nofollow=true]\n<\/code><\/pre>\n<p>You can also specify the link target too. For example\u2026<\/p>\n<pre><code>[plugins_list format=\"{{LinkedTitle}} ({{LinkedAuthor}}) - {{Description}}{{br\/}}\" target=\"_blank\"]\n<\/code><\/pre>\n<p><strong>Truncate the Description<\/strong><\/p>\n<p>Two parameters exist to truncate the description, so it doesn\u2019t get too long unwieldy. You can specify a maximum number of words or a maximum number of characters using <code>words<\/code> or <code>chars<\/code>. Here\u2019s an example of each\u2026<\/p>\n<pre><code>[plugins_list format=\"{{LinkedTitle}} ({{LinkedAuthor}}) - {{Description}}{{br\/}}\" words=20]\n\n[plugins_list format=\"{{LinkedTitle}} ({{LinkedAuthor}}) - {{Description}}{{br\/}}\" chars=80]\n<\/code><\/pre>\n<p>You shouldn\u2019t do this but if you specify both then the shortest one will be used.<\/p>\n<p>By default, if a truncation occurs, ellipsis will be added to the end. However, you can change this by using the <code>end<\/code> parameter and specifying your own ending. For example\u2026<\/p>\n<pre><code>[plugins_list format=\"{{LinkedTitle}} ({{LinkedAuthor}}) - {{Description}}{{br\/}}\" chars=80 end=\" [More]\"]\n<\/code><\/pre>\n<p><strong>Remove Emoji<\/strong><\/p>\n<p>If you want to remove emoji from the description, use the <code>emoji<\/code> parameter to achieve this. By default this is <code>true<\/code> but set to <code>false<\/code> to have them removed. For example\u2026<\/p>\n<pre><code>[plugins_list format=\"{{LinkedTitle}} ({{LinkedAuthor}}) - {{Description}}{{br\/}}\" emoji=false]\n<\/code><\/pre>\n<p><strong>Sort by Author<\/strong><\/p>\n<p>Want so sort the output by author and not plugin name? Just use the parameter <code>by_author<\/code>. For example\u2026<\/p>\n<pre><code>[plugins_list format=\"{{LinkedTitle}} ({{LinkedAuthor}}) - {{Description}}{{br\/}}\" by_author=true]\n<\/code><\/pre>\n<p><strong>Cache<\/strong><\/p>\n<p>By default your plugin list will be cached for 5 minutes, ensuring that performance is impacted as little as possible. Use the parameter <code>cache<\/code> to change the number of minutes. Set this to false to switch off caching.<\/p>\n<p>For example\u2026<\/p>\n<pre><code>[plugins_list format=\"{{LinkedTitle}} ({{LinkedAuthor}}) - {{Description}}{{br\/}}\" cache=60]\n<\/code><\/pre>\n<p>This will cache for 1 hour. The following will switch the cache off\u2026<\/p>\n<pre><code>[plugins_list format=&quot;{{LinkedTitle}} ({{LinkedAuthor}}) - {{Description}}{{br\/}}&quot; cache=false]&lt;h3&gt;Using with the block editor&lt;\/h3&gt;\n<\/code><\/pre>\n<p>You can insert shortcodes directly into the block editor without an issue and it will be automatically added to a shortcode block. However, if you need to wrap HTML around it then this will cause issues. The solution here is to add a shortcode block first and then add the whole line into that. The HTML then works just fine.<\/p>\n<h3>Plugin Count<\/h3>\n<p>A shortcode also exists to allow you to display the number of plugins that you have. Simply add <code>[plugins_number]<\/code> to your post or page and it will return the number of active plugins.<\/p>\n<p>To display the number of active AND inactive plugins use\u2026<\/p>\n<pre><code>[plugins_number inactive=true]\n<\/code><\/pre>\n<p>You can also display the number of inactive plugins by specifying\u2026<\/p>\n<pre><code>[plugins_number inactive=true active=false]\n<\/code><\/pre>\n<p>As with the other shortcode results will be cached by default. To change the number of minutes simply use the <code>cache<\/code> parameter. Set it to <code>false<\/code> to switch off caching. For example\u2026<\/p>\n<pre><code>[plugins_number inactive=true cache=120]\n<\/code><\/pre>\n<p>This will set the cache to 2 hours.<\/p>\n<h3>Reviews &amp; Mentions<\/h3>\n<p><a target=\"_blank\" href=\"http:\/\/halfelf.org\/2012\/penguins-just-gotta-be-me\/#comments\" title=\"PENGUINS JUST GOTTA BE ME\" rel=\"nofollow ugc noopener\">A default WP credit page would be kind of neat<\/a><\/p>\n<\/div>\n<div id=\"screenshots\" class=\"plugin-screenshots section\">\n<h2 id=\"screenshots-header\">Screenshots<\/h2>\n<ul class=\"plugin-screenshots\">\n<li>\n<figure><a target=\"_blank\" href=\"https:\/\/ps.w.org\/plugins-list\/assets\/screenshot-1.png?rev=3026452\" rel=\"nofollow noopener\"><img decoding=\"async\" class=\"screenshot\" src=\"https:\/\/ps.w.org\/plugins-list\/assets\/screenshot-1.png?rev=3026452\" alt=\"\"><\/a><figcaption>An example of the list in use<\/figcaption><\/figure>\n<\/li>\n<\/ul>\n<\/div>\n<div id=\"tab-installation\" class=\"plugin-installation section\">\n<h2 id=\"installation-header\">Installation<\/h2>\n<p>Plugins List can be found and installed via the Plugin menu within WordPress administration (Plugins -&gt; Add New). Alternatively, it can be downloaded from WordPress.org and installed manually\u2026<\/p>\n<ol>\n<li>Upload the entire <code>plugins-list<\/code> folder to your <code>wp-content\/plugins\/<\/code> directory.<\/li>\n<li>Activate the plugin through the \u2018Plugins\u2019 menu in WordPress administration.<\/li>\n<\/ol>\n<p>Voila! It\u2019s ready to go.<\/p>\n<\/div>\n<div id=\"faq\" class=\"plugin-faq section\">\n<h2 id=\"faq-header\">FAQ<\/h2>\n<dl>\n<dt id=\"you%27ve%20changed%20from%20using%20hashes%20to%20double%20braces%20for%20tags%20-%20help%21\">\n<h3>You\u2019ve changed from using hashes to double braces for tags \u2013 help!<\/h3>\n<\/dt>\n<dd>\n<p>Using double braces (i.e. {{ and {{) for templates is pretty standard so something I wanted to move towards. However, I don\u2019t want existing usage to break so I\u2019m supporting both the old and new methods \u2013 however, I\u2019m not documenting the old method so my hope is for people to move towards usage of double braces.<\/p>\n<\/dd>\n<dt id=\"i%27m%20adding%20an%20html%20tag%20to%20the%20format%20parameter%20and%20it%27s%20not%20appearing\">\n<h3>I\u2019m adding an HTML tag to the format parameter and it\u2019s not appearing<\/h3>\n<\/dt>\n<dd>\n<p>For your security, not all HTML tags are allowed \u2013 we\u2019ve limited this to any that are for the purposed of text formatting (inc. bullet points) and tables.<\/p>\n<p>The full list of allowed tags are: <a>, , ,<\/a><\/p>\n<p>&lt;<\/p>\n<p>blockquote&gt;, <br \/>, , , , <code>, , ,<\/code><\/p>\n<p>&lt;<\/p>\n<p>div&gt;,  <em>, ,<\/em><\/p>\n<p>&lt;<\/p>\n<p>h1&gt;,<\/p>\n<p>&lt;<\/p>\n<p>h2&gt;,<\/p>\n<p>&lt;<\/p>\n<p>h3&gt;,<\/p>\n<p>&lt;<\/p>\n<p>h4&gt;,<\/p>\n<p>&lt;<\/p>\n<p>h5&gt;,<\/p>\n<p>&lt;<\/p>\n<p>h6&gt;,<\/p>\n<p>, , , <\/p>\n<li>,<\/li>\n<p>&lt;<\/p>\n<p>ol&gt;,<\/p>\n<p>&lt;<\/p>\n<p>p&gt;,<\/p>\n<p>&lt;<\/p>\n<p>pre&gt;, , , , , , <strong>, , , ,<\/strong><\/p>\n<p>&lt;<\/p>\n<p>table&gt;, , , ,  and<\/p>\n<p>&lt;<\/p>\n<p>ul&gt;.<\/p>\n<\/dd>\n<dt id=\"do%20you%20support%20this%20plugin%20on%20forks%20of%20wordpress%3F\">\n<h3>Do you support this plugin on forks of WordPress?<\/h3>\n<\/dt>\n<dd>\n<p>No. It was developed for WordPress and so forks remain unsupported. I have no intention of developing and testing this on any other version.<\/p>\n<\/dd>\n<\/dl>\n<\/div>\n<div id=\"tab-reviews\" class=\"plugin-reviews section\">\n<h2 id=\"reviews-header\">Reviews<\/h2>\n<div class=\"plugin-reviews\">\n<article class=\"plugin-review\">\n<div class=\"review-avatar\">\n\t\t\t\t\t\t<img decoding=\"async\" alt=\"\" src=\"https:\/\/secure.gravatar.com\/avatar\/5169cb6e4cb868369eaae5c123e205593d7d5ba1aa8445e5e7f87a5d3231f35a?s=60&amp;d=retro&amp;r=g\" srcset=\"https:\/\/secure.gravatar.com\/avatar\/5169cb6e4cb868369eaae5c123e205593d7d5ba1aa8445e5e7f87a5d3231f35a?s=120&amp;d=retro&amp;r=g 2x\" class=\"avatar avatar-60 photo\" height=\"60\" width=\"60\">\t\t\t\t\t<\/div>\n<div class=\"review\">\n<header>\n<div class=\"header-top\">\n<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><\/div>\n<h3 class=\"review-title\"><a target=\"_blank\" class=\"url\" href=\"https:\/\/wordpress.org\/support\/topic\/love-this-plugin-1000\/\" rel=\"noopener\">Love This Plugin!<\/a><\/h3>\n<\/p><\/div>\n<div class=\"header-bottom\">\n\t\t\t\t\t\t\t\t<span class=\"review-author author vcard\"><a target=\"_blank\" href=\"https:\/\/profiles.wordpress.org\/karado58\/\" title=\"Posts by JLee\" rel=\"author noopener\">JLee<\/a><\/span><br \/>\n\t\t\t\t\t\t\t\t<span class=\"review-date\">January 11, 2021<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n<\/header>\n<div class=\"review-content\">Love This Plugin!<\/p>\n<p>Thank you David!!<\/p><\/div>\n<\/p><\/div>\n<\/article>\n<article class=\"plugin-review\">\n<div class=\"review-avatar\">\n\t\t\t\t\t\t<img decoding=\"async\" alt=\"\" src=\"https:\/\/secure.gravatar.com\/avatar\/75dac924ff3701ad76be969ff93d75aca07ce02763ea92614449a303e4df6bdc?s=60&amp;d=retro&amp;r=g\" srcset=\"https:\/\/secure.gravatar.com\/avatar\/75dac924ff3701ad76be969ff93d75aca07ce02763ea92614449a303e4df6bdc?s=120&amp;d=retro&amp;r=g 2x\" class=\"avatar avatar-60 photo\" height=\"60\" width=\"60\">\t\t\t\t\t<\/div>\n<div class=\"review\">\n<header>\n<div class=\"header-top\">\n<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><\/div>\n<h3 class=\"review-title\"><a target=\"_blank\" class=\"url\" href=\"https:\/\/wordpress.org\/support\/topic\/works-right-away-5\/\" rel=\"noopener\">works right away<\/a><\/h3>\n<\/p><\/div>\n<div class=\"header-bottom\">\n\t\t\t\t\t\t\t\t<span class=\"review-author author vcard\"><a target=\"_blank\" href=\"https:\/\/profiles.wordpress.org\/jjackiew\/\" title=\"Posts by jjackiew\" rel=\"author noopener\">jjackiew<\/a><\/span><br \/>\n\t\t\t\t\t\t\t\t<span class=\"review-date\">June 22, 2020<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n<\/header>\n<div class=\"review-content\">simple and well done plugin, works right away and displays list of plugins installed on my website.<\/div>\n<\/p><\/div>\n<\/article>\n<article class=\"plugin-review\">\n<div class=\"review-avatar\">\n\t\t\t\t\t\t<img decoding=\"async\" alt=\"\" src=\"https:\/\/secure.gravatar.com\/avatar\/a353b2b0e71d88105deae0da83bf6262553f9229ca30310c992f7298127f1768?s=60&amp;d=retro&amp;r=g\" srcset=\"https:\/\/secure.gravatar.com\/avatar\/a353b2b0e71d88105deae0da83bf6262553f9229ca30310c992f7298127f1768?s=120&amp;d=retro&amp;r=g 2x\" class=\"avatar avatar-60 photo\" height=\"60\" width=\"60\">\t\t\t\t\t<\/div>\n<div class=\"review\">\n<header>\n<div class=\"header-top\">\n<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><\/div>\n<h3 class=\"review-title\"><a target=\"_blank\" class=\"url\" href=\"https:\/\/wordpress.org\/support\/topic\/plugin-fort-utile\/\" rel=\"noopener\">Plugin fort utile<\/a><\/h3>\n<\/p><\/div>\n<div class=\"header-bottom\">\n\t\t\t\t\t\t\t\t<span class=\"review-author author vcard\"><a target=\"_blank\" href=\"https:\/\/profiles.wordpress.org\/lcarles\/\" title=\"Posts by lcarles\" rel=\"author noopener\">lcarles<\/a><\/span><br \/>\n\t\t\t\t\t\t\t\t<span class=\"review-date\">May 3, 2020<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n<\/header>\n<div class=\"review-content\">Plugin indispensable pour connaitre la liste de tes plugins install\u00e9s<\/div>\n<\/p><\/div>\n<\/article>\n<article class=\"plugin-review\">\n<div class=\"review-avatar\">\n\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"https:\/\/secure.gravatar.com\/avatar\/faa66a13470ad531d779733a0be808e3796503b53c1fcd5694c3fcd889f4cf41?s=60&amp;d=retro&amp;r=g\" srcset=\"https:\/\/secure.gravatar.com\/avatar\/faa66a13470ad531d779733a0be808e3796503b53c1fcd5694c3fcd889f4cf41?s=120&amp;d=retro&amp;r=g 2x\" class=\"avatar avatar-60 photo\" height=\"60\" width=\"60\">\t\t\t\t\t<\/div>\n<div class=\"review\">\n<header>\n<div class=\"header-top\">\n<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><\/div>\n<h3 class=\"review-title\"><a target=\"_blank\" class=\"url\" href=\"https:\/\/wordpress.org\/support\/topic\/idiots-proof-it-works\/\" rel=\"noopener\">idiots proof\u2026 It works<\/a><\/h3>\n<\/p><\/div>\n<div class=\"header-bottom\">\n\t\t\t\t\t\t\t\t<span class=\"review-author author vcard\"><a target=\"_blank\" href=\"https:\/\/profiles.wordpress.org\/ntala\/\" title=\"Posts by ntala\" rel=\"author noopener\">ntala<\/a><\/span><br \/>\n\t\t\t\t\t\t\t\t<span class=\"review-date\">January 17, 2020<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n<\/header>\n<div class=\"review-content\">good job<\/div>\n<\/p><\/div>\n<\/article>\n<article class=\"plugin-review\">\n<div class=\"review-avatar\">\n\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"https:\/\/secure.gravatar.com\/avatar\/3f6245cdb57442dc0009e6c388c98bd3069a495da3fc598c6c56c1845558eefe?s=60&amp;d=retro&amp;r=g\" srcset=\"https:\/\/secure.gravatar.com\/avatar\/3f6245cdb57442dc0009e6c388c98bd3069a495da3fc598c6c56c1845558eefe?s=120&amp;d=retro&amp;r=g 2x\" class=\"avatar avatar-60 photo\" height=\"60\" width=\"60\">\t\t\t\t\t<\/div>\n<div class=\"review\">\n<header>\n<div class=\"header-top\">\n<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><\/div>\n<h3 class=\"review-title\"><a target=\"_blank\" class=\"url\" href=\"https:\/\/wordpress.org\/support\/topic\/how-clever\/\" rel=\"noopener\">How clever!<\/a><\/h3>\n<\/p><\/div>\n<div class=\"header-bottom\">\n\t\t\t\t\t\t\t\t<span class=\"review-author author vcard\"><a target=\"_blank\" href=\"https:\/\/profiles.wordpress.org\/fran330\/\" title=\"Posts by fran330\" rel=\"author noopener\">fran330<\/a><\/span><br \/>\n\t\t\t\t\t\t\t\t<span class=\"review-date\">May 15, 2019<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n<\/header>\n<div class=\"review-content\">I like to show a credit page on my websites but each time you add or replace a plugin, you are supposed to update that page. That\u2019s a burden!<\/p>\n<p>This light plugin takes care of it. Awsome! \ud83d\ude42<\/p><\/div>\n<\/p><\/div>\n<\/article>\n<article class=\"plugin-review\">\n<div class=\"review-avatar\">\n\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"https:\/\/secure.gravatar.com\/avatar\/fbe0511f9cf43f9bdf9150d68cbb80274feb2b7409ec3e3187b090d8ca325c55?s=60&amp;d=retro&amp;r=g\" srcset=\"https:\/\/secure.gravatar.com\/avatar\/fbe0511f9cf43f9bdf9150d68cbb80274feb2b7409ec3e3187b090d8ca325c55?s=120&amp;d=retro&amp;r=g 2x\" class=\"avatar avatar-60 photo\" height=\"60\" width=\"60\">\t\t\t\t\t<\/div>\n<div class=\"review\">\n<header>\n<div class=\"header-top\">\n<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><span class=\"dashicons dashicons-star-filled\"><\/span><\/div>\n<h3 class=\"review-title\"><a target=\"_blank\" class=\"url\" href=\"https:\/\/wordpress.org\/support\/topic\/great-little-tool-13\/\" rel=\"noopener\">Excellent plugin and great support!<\/a><\/h3>\n<\/p><\/div>\n<div class=\"header-bottom\">\n\t\t\t\t\t\t\t\t<span class=\"review-author author vcard\"><a target=\"_blank\" href=\"https:\/\/profiles.wordpress.org\/vlaadnet\/\" title=\"Posts by vlaaD\" rel=\"author noopener\">vlaaD<\/a><\/span><br \/>\n\t\t\t\t\t\t\t\t<span class=\"review-date\">April 30, 2023<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n<\/header>\n<div class=\"review-content\">&lt;p&gt;Excellent plugin &hellip; simple and effective &hellip; support is friendly and very fast &hellip; thanks for the work!&lt;\/p&gt;<\/div>\n<\/p><\/div>\n<\/article><\/div>\n<p>\t\t<a target=\"_blank\" class=\"reviews-link\" href=\"https:\/\/wordpress.org\/support\/plugin\/plugins-list\/reviews\/\" rel=\"noopener\"><br \/>\n\t\t\tRead all 12 reviews\t\t<\/a><\/div>\n<div id=\"tab-developers\" class=\"plugin-developers section\">\n<h2 id=\"developers-header\">Contributors &amp; Developers<\/h2>\n<div class=\"plugin-contributors\">\n<p>\u201cPlugins List\u201d is open source software. The following people have contributed to this plugin.<\/p>\n<p><span class=\"screen-reader-text\">Contributors<\/span><\/p>\n<ul id=\"contributors-list\" class=\"contributors-list\">\n<li>\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"https:\/\/secure.gravatar.com\/avatar\/1d6ade463daf34bd30fc261b04f233e6ef4c1597ca8a551e6234b11ea787a2c8?s=32&amp;d=mm&amp;r=g\" srcset=\"https:\/\/secure.gravatar.com\/avatar\/1d6ade463daf34bd30fc261b04f233e6ef4c1597ca8a551e6234b11ea787a2c8?s=64&amp;d=mm&amp;r=g 2x\" class=\"avatar avatar-32 photo\" height=\"32\" width=\"32\">\t\t\t\t<a target=\"_blank\" href=\"https:\/\/profiles.wordpress.org\/dartiss\/\" rel=\"noopener\"><br \/>\n\t\t\t\t\tDavid Artiss\t\t\t\t<\/a>\n\t\t\t<\/li>\n<li>\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"https:\/\/secure.gravatar.com\/avatar\/85569be666e3e3cf841fdcbf9c40e11f1e16d20ddfcc4e75fa7f63afd1d12036?s=32&amp;d=mm&amp;r=g\" srcset=\"https:\/\/secure.gravatar.com\/avatar\/85569be666e3e3cf841fdcbf9c40e11f1e16d20ddfcc4e75fa7f63afd1d12036?s=64&amp;d=mm&amp;r=g 2x\" class=\"avatar avatar-32 photo\" height=\"32\" width=\"32\">\t\t\t\t<a target=\"_blank\" href=\"https:\/\/profiles.wordpress.org\/nutsmuggler\/\" rel=\"noopener\"><br \/>\n\t\t\t\t\tnutsmuggler\t\t\t\t<\/a>\n\t\t\t<\/li>\n<\/ul><\/div>\n<div class=\"plugin-development\">\n<p>\u201cPlugins List\u201d has been translated into 4 locales. Thank you to <a target=\"_blank\" href=\"https:\/\/translate.wordpress.org\/projects\/wp-plugins\/plugins-list\/contributors\" rel=\"noopener\">the translators<\/a> for their contributions.<\/p>\n<p><a target=\"_blank\" href=\"https:\/\/translate.wordpress.org\/projects\/wp-plugins\/plugins-list\" rel=\"noopener\">Translate \u201cPlugins List\u201d into your language.<\/a><\/p>\n<h3>Interested in development?<\/h3>\n<p><a target=\"_blank\" href=\"https:\/\/plugins.trac.wordpress.org\/browser\/plugins-list\/\" rel=\"noopener\" class=\"broken_link\">Browse the code<\/a>, check out the <a target=\"_blank\" href=\"https:\/\/plugins.svn.wordpress.org\/plugins-list\/\" rel=\"noopener\">SVN repository<\/a>, or subscribe to the <a target=\"_blank\" href=\"https:\/\/plugins.trac.wordpress.org\/log\/plugins-list\/\" rel=\"noopener\" class=\"broken_link\">development log<\/a> by <a target=\"_blank\" href=\"https:\/\/plugins.trac.wordpress.org\/log\/plugins-list\/?limit=100&amp;mode=stop_on_copy&amp;format=rss\" rel=\"noopener\" class=\"broken_link\">RSS<\/a>.<\/p>\n<\/div>\n<\/div>\n<div id=\"tab-changelog\" class=\"plugin-changelog section\">\n<h2 id=\"changelog-header\">Changelog<\/h2>\n<p>I use semantic versioning, with the first release being 1.0.<\/p>\n<h4>2.7<\/h4>\n<ul>\n<li>Enhancement: The plugin was getting a little too large to manage within one file, so I\u2019ve split into a number of smaller ones<\/li>\n<li>Enhancement: Assorted, small, code quality improvements<\/li>\n<\/ul>\n<h4>2.6.1<\/h4>\n<ul>\n<li>Enhancement: Code quality improvements made \u2013 passes PHPCS for WordPress and WordPress VIP sniffs<\/li>\n<li>Enhancement: Added unique prefixes to all of the function names<\/li>\n<\/ul>\n<h4>2.6<\/h4>\n<ul>\n<li>Enhancement: Added a new tag named <code>Active<\/code> that allows you to display whether the plugin is, well, active or not<\/li>\n<li>Enhancement: Added tags to display the \u201cRequired PHP\u201d and \u201cRequired WordPress\u201d details<\/li>\n<li>Enhancement: Back in 2.4 I added the ability to turn off the display of active plugins, to completement the paramter for inactive plugins. However, I forgot to document it, so I\u2019ve now done that<\/li>\n<li>Enhancement: Added new parameter <code>show_recent<\/code>, which allows you to decide whether to show recently active plugins<\/li>\n<\/ul>\n<h4>2.5.2<\/h4>\n<ul>\n<li>Bug: What can I say? I certainly made the plugin secure in the last release. Mainly by stopping things from working. Sorry. Hopefully that\u2019s now fixed now. I\u2019ve also taken the opportunity to review which HTML tags I\u2019m allowing \u2013 the full list is in the FAQ.<\/li>\n<\/ul>\n<h4>2.5.1<\/h4>\n<ul>\n<li>Enhancement: Strip HTML tags from the format parameter, unless it\u2019s for formatting. This is to ensure no XSS vulnerabilities can occur. Thanks to <a target=\"_blank\" href=\"https:\/\/patchstack.com\/database\/researcher\/3d15e16d-f25d-4426-8c6b-20ef9ec4c7f2\" rel=\"nofollow ugc noopener\">Yuki Haruma<\/a> and <a target=\"_blank\" href=\"https:\/\/patchstack.com\/\" rel=\"nofollow ugc noopener\">Patchstack<\/a> for reporting this to me.<\/li>\n<\/ul>\n<h4>2.5<\/h4>\n<ul>\n<li>Enhancement: New header, inc. GPL information, added to the plugin. A bit boring, I know, but a change is a change.<\/li>\n<li>Enhancement: New parameters added allowing you to limit the description length to either a certain number of words or characters. The latter is intelligent, not chopping the sentence off in the middle of a wo<\/li>\n<li>Enhancement: Extra spacing and HTML is now stripped from the plugin description by default. HTML in a plugin description? I\u2019m looking at you Jetpack\u2026<\/li>\n<li>Enhancement: A new parameter allows you to have emoji removed from the description as well. Nothing wrong with emojis, mind you, but they\u2019re not for everyone<\/li>\n<li>Enhancement: To support the length truncation, I\u2019ve also added a new parameter to that you can specify what happens at the end of the sentence when this happens<\/li>\n<li>Enhancement: Finally, I updated this README with improved formatting and better examples. Oh, and I better explain how to use this plugin with the block editor too.<\/li>\n<li>Maintenance: Tested under PHP 8.2. No changes required for this, but I can confirm that it works without issue \/wipes sweat from brow\/<\/li>\n<\/ul>\n<h4>2.4.4<\/h4>\n<ul>\n<li>Enhancement: To reduce the plugin\u2019s output footprint, I\u2019ve removed the HTML comments \u2013 they were useful for the rare case of debugging but adding un-needed content to each page load for the 99.99999% rest of the time<\/li>\n<li>Enhancement: Now follows the best code standards \u2013 not just the official WordPress standards but also the strictest WordPress VIP standards too<\/li>\n<li>Enhancement: Added donation links back in and generally improved the plugin meta<\/li>\n<li>Maintenance: Removed PHP version check as this is now covered in the plugin README<\/li>\n<\/ul>\n<h4>2.4.3<\/h4>\n<ul>\n<li>Enhancement: A PHP detection function has been added, so an error will be reported if the required level of PHP is not available<\/li>\n<li>Bug: Now using <code>uasort<\/code> instead of <code>usort<\/code> to get around an issue with array keys. Thanks to <a target=\"_blank\" href=\"https:\/\/github.com\/dgw\" rel=\"nofollow ugc noopener\">dgw<\/a><\/li>\n<\/ul>\n<h4>2.4.2<\/h4>\n<ul>\n<li>Maintenance: This release sees the minimum PHP version required, increased to PHP 7. If you\u2019re running on an older release, please continue to use 2.4.1 until you\u2019re able to upgrade your PHP<\/li>\n<li>Enhancement: Because minimal VIP coding standards are not enough, it now passes the full-fat VIP standards as well<\/li>\n<li>Enhancement: Can now sort the output by author<\/li>\n<\/ul>\n<h4>2.4.1<\/h4>\n<ul>\n<li>Enhancement: Code quality enhancements to bring it in line with WordPress.com VIP coding standards<\/li>\n<\/ul>\n<h4>2.4<\/h4>\n<ul>\n<li>Enhancement: Now uses the standard double braces for templates (and HTML as well)<\/li>\n<li>Enhancement: Can now specify to list just inactive plugins<\/li>\n<li>Enhancement: Now using a time constant instead of a hard-coded number<\/li>\n<li>Enhancement: Added Github links to plugin meta<\/li>\n<li>Maintenance: Changed caching from hours to minutes<\/li>\n<li>Maintenance: Tidying up of code<\/li>\n<\/ul>\n<h4>2.3.2<\/h4>\n<ul>\n<li>Maintenance: Updates to README<\/li>\n<li>Maintenance: Removed un-needed language folder and domain path<\/li>\n<li>Maintenance: Removed donation links<\/li>\n<\/ul>\n<h4>2.3.1<\/h4>\n<ul>\n<li>Bug: A number of the tags had stopped working. I don\u2019t know what I\u2019d been drinking when I tested the last release but it can\u2019t have been good. Now all fixed<\/li>\n<li>Maintenance: Plugin now requires WP 4.6 to work as we need to move with the times<\/li>\n<li>Maintenance: Updated the links to my site because I like to move around<\/li>\n<li>Maintenance: Tweaked this README to reflect the changes above but also the new plugin directory layout<\/li>\n<\/ul>\n<h4>2.3<\/h4>\n<ul>\n<li>Enhancement: Improved the performance of the search\/replace of tags<\/li>\n<li>Enhancement: Added a method of adding HTML to the formatting without causing issues with the visual editor<\/li>\n<li>Enhancement: After WP 4.6 you no longer need to include the plugin domain. So I don\u2019t!<\/li>\n<li>Maintenance: Merged all the included files together as the total amount of code wasn\u2019t enough to justify having it split!<\/li>\n<\/ul>\n<h4>2.2.7<\/h4>\n<ul>\n<li>Maintenance: Updated branding, inc. adding donation links<\/li>\n<\/ul>\n<h4>2.2.6<\/h4>\n<ul>\n<li>Maintenance: Updated branding<\/li>\n<li>Maintenance: Stopped the naughty behavior of hard-coding the plugin folder name in INCLUDES<\/li>\n<li>Maintenance: Removed the apl- prefix from the file names<\/li>\n<\/ul>\n<h4>2.2.5<\/h4>\n<ul>\n<li>Maintenance: Added text domain and domain path<\/li>\n<\/ul>\n<h4>2.2.4<\/h4>\n<ul>\n<li>Enhancement: Added internationalization<\/li>\n<\/ul>\n<h4>2.2.3<\/h4>\n<ul>\n<li>Maintenance: Updated links and changed branding<\/li>\n<\/ul>\n<h4>2.2.2<\/h4>\n<ul>\n<li>Bug: Accidentally left some debug output in place. Sorry!<\/li>\n<\/ul>\n<h4>2.2.1<\/h4>\n<ul>\n<li>Bug: Fixed PHP error<\/li>\n<li>Bug: Corrected caching<\/li>\n<li>Enhancement: Added uninstaller \u2013 cache will be wiped upon uninstall<\/li>\n<\/ul>\n<h4>2.2<\/h4>\n<ul>\n<li>Maintenance: Added instructions for generating list via PHP function call<\/li>\n<li>Enhancement: Improved caching so that data is not left behind on options table<\/li>\n<li>Enhancement: Prevent plugin\u2019s HTML comment from appearing around each entry<\/li>\n<li>Enhancement: Add link target and nofollow option<\/li>\n<li>Enhancement: Added shortcode to return number of plugins<\/li>\n<\/ul>\n<h4>2.1<\/h4>\n<ul>\n<li>Maintenance: Divided code into separate files all of which, except the main launch file, have been added into an \u2018includes\u2019 folder<\/li>\n<li>Maintenance: Split main code into separate functions to make future enhancement easier. This and the previous change have been made in preparation for version 3.<\/li>\n<li>Enhancement: Added caching<\/li>\n<li>Enhancement: Comment added to HTML output with debug information on<\/li>\n<\/ul>\n<h4>2.0<\/h4>\n<ul>\n<li>Maintenance: Renamed plugin and functions within it<\/li>\n<li>Maintenance: Improved code readability, including adding PHPDoc comments<\/li>\n<li>Maintenance: Re-written README<\/li>\n<li>Maintenance: Changed default format to not display plugin version, as this is a security risk<\/li>\n<li>Enhancement: Added links to plugin meta<\/li>\n<\/ul>\n<\/div><\/div>\n<p><!-- .entry-content --><\/p>\n<div class=\"entry-meta\">\n<div class=\"widget plugin-categorization\">\n<div class=\"widget categorization-widget categorization-widget-community\">\n<div class=\"widget-head\">\n<h2>Community plugin<\/h2>\n<\/p><\/div>\n<p>This plugin is developed and supported by a community.\t\t\t<a target=\"_blank\" class=\"external-link\" href=\"https:\/\/github.com\/dartiss\/plugins-list\" rel=\"nofollow noopener\">Contribute to this plugin<\/a>\t\t\t<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"widget plugin-meta\">\n<h2 class=\"screen-reader-text\">Meta<\/h2>\n<ul>\n<li>\n\t\t\t\tVersion <strong>2.7<\/strong>\t\t\t<\/li>\n<li>\n\t\t\t\tLast updated <strong><span>4 months<\/span> ago<\/strong>\t\t\t<\/li>\n<li>\n\t\t\t\tActive installations <strong>1,000+<\/strong>\t\t\t<\/li>\n<li>\n\t\t\t\t\tWordPress version\t\t\t\t\t<strong><br \/>\n\t\t\t\t\t\t4.6 or higher\t\t\t\t\t<\/strong>\n\t\t\t\t<\/li>\n<li>\n\t\t\t\t\tTested up to <strong>6.7.2<\/strong>\t\t\t\t<\/li>\n<li>\n\t\t\t\t\tPHP version\t\t\t\t\t<strong><br \/>\n\t\t\t\t\t\t7.4 or higher\t\t\t\t\t<\/strong>\n\t\t\t\t<\/li>\n<li>\n\t\t\t\t\tLanguages<\/p>\n<div class=\"languages\">\t\t\t\t\t\t<button type=\"button\" class=\"button-link popover-trigger\" aria-expanded=\"false\" data-target=\"popover-languages\"><br \/>\n\t\t\t\t\t\t\tSee all 5\t\t\t\t\t\t<\/button><\/p>\n<div id=\"popover-languages\" class=\"popover is-top-right\">\n<div class=\"popover-arrow\"><\/div>\n<p>\t\t\t\t\t\t\t<button type=\"button\" class=\"button-link popover-close\" aria-label=\"Close this popover\"><br \/>\n\t\t\t\t\t\t\t\tClose\t\t\t\t\t\t\t<\/button><\/p>\n<div class=\"popover-inner\">\n<p><a target=\"_blank\" href=\"https:\/\/tw.wordpress.org\/plugins\/plugins-list\/\" rel=\"noopener\">Chinese (Taiwan)<\/a>, <a target=\"_blank\" href=\"https:\/\/en-gb.wordpress.org\/plugins\/plugins-list\/\" rel=\"noopener\">English (UK)<\/a>, <a target=\"_blank\" href=\"https:\/\/wordpress.org\/plugins\/plugins-list\/\" rel=\"noopener\">English (US)<\/a>, <a target=\"_blank\" href=\"https:\/\/sv.wordpress.org\/plugins\/plugins-list\/\" rel=\"noopener\">Swedish<\/a>, and <a target=\"_blank\" href=\"https:\/\/ur.wordpress.org\/plugins\/plugins-list\/\" rel=\"noopener\">Urdu<\/a>.<\/p>\n<p>\n\t\t\t\t\t\t\t\t<a target=\"_blank\" href=\"https:\/\/translate.wordpress.org\/projects\/wp-plugins\/plugins-list\" rel=\"noopener\">Translate into your language<\/a>\t\t\t\t\t\t\t\t<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/li>\n<li class=\"clear\">Tags\n<div class=\"tags\"><a target=\"_blank\" href=\"https:\/\/wordpress.org\/plugins\/tags\/display\/\" rel=\"tag noopener\">display<\/a><a target=\"_blank\" href=\"https:\/\/wordpress.org\/plugins\/tags\/installed\/\" rel=\"tag noopener\">installed<\/a><a target=\"_blank\" href=\"https:\/\/wordpress.org\/plugins\/tags\/list\/\" rel=\"tag noopener\">list<\/a><a target=\"_blank\" href=\"https:\/\/wordpress.org\/plugins\/tags\/plugins\/\" rel=\"tag noopener\">plugins<\/a><a target=\"_blank\" href=\"https:\/\/wordpress.org\/plugins\/tags\/show\/\" rel=\"tag noopener\">show<\/a><\/div>\n<\/li>\n<li class=\"hide-if-no-js\">\n\t\t\t\t\t<a target=\"_blank\" class=\"plugin-admin\" href=\"https:\/\/wordpress.org\/plugins\/plugins-list\/advanced\/\" rel=\"noopener\">Advanced View<\/a>\t\t\t\t<\/li>\n<\/ul><\/div>\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\">\n<h2 class=\"wp-block-heading widget-title\">Ratings<\/h2>\n<div class=\"wp-block-wporg-ratings-stars\">\n<div class=\"wporg-ratings-stars__icons\">\n\t\t<svg class=\"is-star-filled\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M11.776 4.454a.25.25 0 01.448 0l2.069 4.192a.25.25 0 00.188.137l4.626.672a.25.25 0 01.139.426l-3.348 3.263a.25.25 0 00-.072.222l.79 4.607a.25.25 0 01-.362.263l-4.138-2.175a.25.25 0 00-.232 0l-4.138 2.175a.25.25 0 01-.363-.263l.79-4.607a.25.25 0 00-.071-.222L4.754 9.881a.25.25 0 01.139-.426l4.626-.672a.25.25 0 00.188-.137l2.069-4.192z\"><\/path><\/svg><svg class=\"is-star-filled\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M11.776 4.454a.25.25 0 01.448 0l2.069 4.192a.25.25 0 00.188.137l4.626.672a.25.25 0 01.139.426l-3.348 3.263a.25.25 0 00-.072.222l.79 4.607a.25.25 0 01-.362.263l-4.138-2.175a.25.25 0 00-.232 0l-4.138 2.175a.25.25 0 01-.363-.263l.79-4.607a.25.25 0 00-.071-.222L4.754 9.881a.25.25 0 01.139-.426l4.626-.672a.25.25 0 00.188-.137l2.069-4.192z\"><\/path><\/svg><svg class=\"is-star-filled\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M11.776 4.454a.25.25 0 01.448 0l2.069 4.192a.25.25 0 00.188.137l4.626.672a.25.25 0 01.139.426l-3.348 3.263a.25.25 0 00-.072.222l.79 4.607a.25.25 0 01-.362.263l-4.138-2.175a.25.25 0 00-.232 0l-4.138 2.175a.25.25 0 01-.363-.263l.79-4.607a.25.25 0 00-.071-.222L4.754 9.881a.25.25 0 01.139-.426l4.626-.672a.25.25 0 00.188-.137l2.069-4.192z\"><\/path><\/svg><svg class=\"is-star-filled\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M11.776 4.454a.25.25 0 01.448 0l2.069 4.192a.25.25 0 00.188.137l4.626.672a.25.25 0 01.139.426l-3.348 3.263a.25.25 0 00-.072.222l.79 4.607a.25.25 0 01-.362.263l-4.138-2.175a.25.25 0 00-.232 0l-4.138 2.175a.25.25 0 01-.363-.263l.79-4.607a.25.25 0 00-.071-.222L4.754 9.881a.25.25 0 01.139-.426l4.626-.672a.25.25 0 00.188-.137l2.069-4.192z\"><\/path><\/svg><svg class=\"is-star-filled\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M11.776 4.454a.25.25 0 01.448 0l2.069 4.192a.25.25 0 00.188.137l4.626.672a.25.25 0 01.139.426l-3.348 3.263a.25.25 0 00-.072.222l.79 4.607a.25.25 0 01-.362.263l-4.138-2.175a.25.25 0 00-.232 0l-4.138 2.175a.25.25 0 01-.363-.263l.79-4.607a.25.25 0 00-.071-.222L4.754 9.881a.25.25 0 01.139-.426l4.626-.672a.25.25 0 00.188-.137l2.069-4.192z\"><\/path><\/svg>\t<\/div>\n<div class=\"wporg-ratings-stars__label\">\n\t\t<span>5<\/span> out of 5 stars.\t<\/div>\n<\/p><\/div>\n<ul class=\"wp-block-wporg-ratings-bars\">\n<li class=\"wporg-ratings-bars__bar\">\n\t\t<a target=\"_blank\" href=\"https:\/\/wordpress.org\/support\/plugin\/plugins-list\/reviews\/?filter=5\" rel=\"noopener\"><br \/>\n\t\t\t<span class=\"screen-reader-text\"><br \/>\n\t\t\t12 5-star reviews\t\t\t<\/span><br \/>\n\t\t\t<span aria-hidden=\"true\" class=\"wporg-ratings-bars__bar-label\"><br \/>\n\t\t\t5 stars\t\t\t<\/span><br \/>\n\t\t\t<span aria-hidden=\"true\" class=\"wporg-ratings-bars__bar-background\"><br \/>\n\t\t\t\t<span class=\"wporg-ratings-bars__bar-foreground\" style=\"width: 100%;\"><\/span><br \/>\n\t\t\t<\/span><br \/>\n\t\t\t<span aria-hidden=\"true\" class=\"wporg-ratings-bars__bar-count\">12<\/span><br \/>\n\t\t<\/a>\n\t<\/li>\n<li class=\"wporg-ratings-bars__bar\">\n\t\t<a target=\"_blank\" href=\"https:\/\/wordpress.org\/support\/plugin\/plugins-list\/reviews\/?filter=4\" rel=\"noopener\"><br \/>\n\t\t\t<span class=\"screen-reader-text\"><br \/>\n\t\t\t0 4-star reviews\t\t\t<\/span><br \/>\n\t\t\t<span aria-hidden=\"true\" class=\"wporg-ratings-bars__bar-label\"><br \/>\n\t\t\t4 stars\t\t\t<\/span><br \/>\n\t\t\t<span aria-hidden=\"true\" class=\"wporg-ratings-bars__bar-background\"><br \/>\n\t\t\t\t<span class=\"wporg-ratings-bars__bar-foreground\" style=\"width: 0%;\"><\/span><br \/>\n\t\t\t<\/span><br \/>\n\t\t\t<span aria-hidden=\"true\" class=\"wporg-ratings-bars__bar-count\">0<\/span><br \/>\n\t\t<\/a>\n\t<\/li>\n<li class=\"wporg-ratings-bars__bar\">\n\t\t<a target=\"_blank\" href=\"https:\/\/wordpress.org\/support\/plugin\/plugins-list\/reviews\/?filter=3\" rel=\"noopener\"><br \/>\n\t\t\t<span class=\"screen-reader-text\"><br \/>\n\t\t\t0 3-star reviews\t\t\t<\/span><br \/>\n\t\t\t<span aria-hidden=\"true\" class=\"wporg-ratings-bars__bar-label\"><br \/>\n\t\t\t3 stars\t\t\t<\/span><br \/>\n\t\t\t<span aria-hidden=\"true\" class=\"wporg-ratings-bars__bar-background\"><br \/>\n\t\t\t\t<span class=\"wporg-ratings-bars__bar-foreground\" style=\"width: 0%;\"><\/span><br \/>\n\t\t\t<\/span><br \/>\n\t\t\t<span aria-hidden=\"true\" class=\"wporg-ratings-bars__bar-count\">0<\/span><br \/>\n\t\t<\/a>\n\t<\/li>\n<li class=\"wporg-ratings-bars__bar\">\n\t\t<a target=\"_blank\" href=\"https:\/\/wordpress.org\/support\/plugin\/plugins-list\/reviews\/?filter=2\" rel=\"noopener\"><br \/>\n\t\t\t<span class=\"screen-reader-text\"><br \/>\n\t\t\t0 2-star reviews\t\t\t<\/span><br \/>\n\t\t\t<span aria-hidden=\"true\" class=\"wporg-ratings-bars__bar-label\"><br \/>\n\t\t\t2 stars\t\t\t<\/span><br \/>\n\t\t\t<span aria-hidden=\"true\" class=\"wporg-ratings-bars__bar-background\"><br \/>\n\t\t\t\t<span class=\"wporg-ratings-bars__bar-foreground\" style=\"width: 0%;\"><\/span><br \/>\n\t\t\t<\/span><br \/>\n\t\t\t<span aria-hidden=\"true\" class=\"wporg-ratings-bars__bar-count\">0<\/span><br \/>\n\t\t<\/a>\n\t<\/li>\n<li class=\"wporg-ratings-bars__bar\">\n\t\t<a target=\"_blank\" href=\"https:\/\/wordpress.org\/support\/plugin\/plugins-list\/reviews\/?filter=1\" rel=\"noopener\"><br \/>\n\t\t\t<span class=\"screen-reader-text\"><br \/>\n\t\t\t0 1-star reviews\t\t\t<\/span><br \/>\n\t\t\t<span aria-hidden=\"true\" class=\"wporg-ratings-bars__bar-label\"><br \/>\n\t\t\t1 star\t\t\t<\/span><br \/>\n\t\t\t<span aria-hidden=\"true\" class=\"wporg-ratings-bars__bar-background\"><br \/>\n\t\t\t\t<span class=\"wporg-ratings-bars__bar-foreground\" style=\"width: 0%;\"><\/span><br \/>\n\t\t\t<\/span><br \/>\n\t\t\t<span aria-hidden=\"true\" class=\"wporg-ratings-bars__bar-count\">0<\/span><br \/>\n\t\t<\/a>\n\t<\/li>\n<\/ul>\n<div class=\"wp-block-group is-content-justification-space-between is-nowrap is-layout-flex wp-container-core-group-is-layout-4 wp-block-group-is-layout-flex\" style=\"margin-top:var(--wp--preset--spacing--10)\">\n<p><a target=\"_blank\" href=\"https:\/\/wordpress.org\/support\/plugin\/plugins-list\/reviews\/#new-post\" rel=\"noopener\">Add my review<\/a><\/p>\n<p class=\"wporg-ratings-link\"><a target=\"_blank\" href=\"https:\/\/wordpress.org\/support\/plugin\/plugins-list\/reviews\/\" rel=\"noopener\">See all<span class=\"screen-reader-text\"> reviews<\/span><\/a><\/p>\n<\/p><\/div>\n<\/div>\n<div id=\"plugin-contributors\" class=\"widget plugin-contributors\">\n<h2 class=\"widget-title\">Contributors<\/h2>\n<ul id=\"contributors-list\" class=\"contributors-list\">\n<li>\n\t\t\t\t<img loading=\"lazy\" alt=\"\" src=\"https:\/\/secure.gravatar.com\/avatar\/1d6ade463daf34bd30fc261b04f233e6ef4c1597ca8a551e6234b11ea787a2c8?s=32&amp;d=mm&amp;r=g\" srcset=\"https:\/\/secure.gravatar.com\/avatar\/1d6ade463daf34bd30fc261b04f233e6ef4c1597ca8a551e6234b11ea787a2c8?s=64&amp;d=mm&amp;r=g 2x\" class=\"avatar avatar-32 photo\" height=\"32\" width=\"32\" decoding=\"async\">\t\t\t\t<a target=\"_blank\" href=\"https:\/\/profiles.wordpress.org\/dartiss\/\" rel=\"noopener\"><br \/>\n\t\t\t\t\tDavid Artiss\t\t\t\t<\/a>\n\t\t\t<\/li>\n<li>\n\t\t\t\t<img loading=\"lazy\" alt=\"\" src=\"https:\/\/secure.gravatar.com\/avatar\/85569be666e3e3cf841fdcbf9c40e11f1e16d20ddfcc4e75fa7f63afd1d12036?s=32&amp;d=mm&amp;r=g\" srcset=\"https:\/\/secure.gravatar.com\/avatar\/85569be666e3e3cf841fdcbf9c40e11f1e16d20ddfcc4e75fa7f63afd1d12036?s=64&amp;d=mm&amp;r=g 2x\" class=\"avatar avatar-32 photo\" height=\"32\" width=\"32\" decoding=\"async\">\t\t\t\t<a target=\"_blank\" href=\"https:\/\/profiles.wordpress.org\/nutsmuggler\/\" rel=\"noopener\"><br \/>\n\t\t\t\t\tnutsmuggler\t\t\t\t<\/a>\n\t\t\t<\/li>\n<\/ul><\/div>\n<div class=\"widget plugin-support\">\n<h2 class=\"widget-title\">Support<\/h2>\n<p>Got something to say? Need help?<\/p>\n<p>\n\t\t\t<a target=\"_blank\" href=\"https:\/\/wordpress.org\/support\/plugin\/plugins-list\/\" rel=\"noopener\">View support forum<\/a>\n\t\t<\/p>\n<\/p><\/div>\n<div class=\"widget plugin-donate\">\n<h2 class=\"widget-title\">Donate<\/h2>\n<p class=\"aside\">Would you like to support the advancement of this plugin?<\/p>\n<p>\n\t\t\t\t<a target=\"_blank\" href=\"https:\/\/artiss.blog\/donate\" rel=\"nofollow ugc noopener\"><br \/>\n\t\t\t\t\tDonate to this plugin\t\t\t\t<\/a>\n\t\t\t<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<p><!-- .entry-meta --><br \/>\n<\/article>\n<p><br \/>\n<br \/><a href=\"https:\/\/wordpress.org\/plugins\/plugins-list\/\" target=\"_blank\" rel=\"noopener\">Source link <\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>Plugins List By nutsmuggler Download Details Reviews Installation Development Support Description This is a simple community WordPress plugin aimed at giving credit where credit is due. The plugin inserts an XHTML list into any post\/page through a shortcode. If you\u2019re into customization, you can specify a format argument and indicate the exact output you are [&hellip;]<\/p>","protected":false},"author":199,"featured_media":3855,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"give_campaign_id":0,"footnotes":""},"categories":[1933,39,40],"tags":[2633,2632],"class_list":["post-3854","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-community-plugin","category-lite-version","category-wp-plugin-solution","tag-list","tag-plugins"],"acf":[],"fifu_image_url":"https:\/\/ps.w.org\/plugins-list\/assets\/icon.svg?rev=3026452","_links":{"self":[{"href":"https:\/\/s-o-s.net\/en_gb\/wp-json\/wp\/v2\/posts\/3854","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/s-o-s.net\/en_gb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/s-o-s.net\/en_gb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/s-o-s.net\/en_gb\/wp-json\/wp\/v2\/users\/199"}],"replies":[{"embeddable":true,"href":"https:\/\/s-o-s.net\/en_gb\/wp-json\/wp\/v2\/comments?post=3854"}],"version-history":[{"count":0,"href":"https:\/\/s-o-s.net\/en_gb\/wp-json\/wp\/v2\/posts\/3854\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/s-o-s.net\/en_gb\/wp-json\/wp\/v2\/media\/3855"}],"wp:attachment":[{"href":"https:\/\/s-o-s.net\/en_gb\/wp-json\/wp\/v2\/media?parent=3854"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/s-o-s.net\/en_gb\/wp-json\/wp\/v2\/categories?post=3854"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/s-o-s.net\/en_gb\/wp-json\/wp\/v2\/tags?post=3854"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}