[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fovHAyn8AiT7ygwT1B_SRTqbksWggdNuBAhgrcBNiJPY":3},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":13,"num_ratings":14,"last_updated":15,"tested_up_to":16,"requires_at_least":17,"requires_php":18,"tags":19,"homepage":25,"download_link":26,"security_score":13,"vuln_count":27,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30,"vulnerabilities":31,"developer":48,"crawl_stats":37,"alternatives":51,"analysis":168,"fingerprints":216},"plugins-list","Plugins List","2.7","nutsmuggler","https:\u002F\u002Fprofiles.wordpress.org\u002Fnutsmuggler\u002F","\u003Cp>This is a simple community WordPress plugin aimed at giving credit where credit is due.\u003C\u002Fp>\n\u003Cp>The plugin inserts an XHTML list into any post\u002Fpage through a shortcode. If you’re into customization, you can specify a format argument and indicate the exact output you are after. There’s also an option to display inactive plugins as well.\u003C\u002Fp>\n\u003Cp>Key features include…\u003C\u002Fp>\n\u003Cul>\n\u003Cli>A simple template system allows you to format how you’d like the plugin information to be shown\u003C\u002Fli>\n\u003Cli>Template tags are available for automatically linked items as well as simple text\u003C\u002Fli>\n\u003Cli>Choose from a number of pieces of plugin data to be output\u003C\u002Fli>\n\u003Cli>Display inactive plugins as well as active plugins if you wish\u003C\u002Fli>\n\u003Cli>Automatically limit long descriptions to specific lengths, and even remove emojis from the output\u003C\u002Fli>\n\u003Cli>Output is cached to provide a super-quick response\u003C\u002Fli>\n\u003Cli>A separate shortcode allows you to display how many plugins you have!\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Thanks to \u003Ca href=\"http:\u002F\u002Fmatej.nastran.net\u002F\" rel=\"nofollow ugc\">Matej Nastran\u003C\u002Fa>‘s \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Fmy-plugins\u002F\" rel=\"ugc\">My plugins\u003C\u002Fa>, from which \u003Cem>Plugins list\u003C\u002Fem> was initially derived.\u003C\u002Fp>\n\u003Cp>Iconography is courtesy of the very talented \u003Ca href=\"https:\u002F\u002Fwww.fiverr.com\u002Fjankirathore\" rel=\"nofollow ugc\">Janki Rathod\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>\u003Cem>Please visit the \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fdartiss\u002Fplugins-list\" title=\"Github\" rel=\"nofollow ugc\">Github page\u003C\u002Fa> for the latest code development, planned enhancements and known issues\u003C\u002Fem>\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Ch3>Getting Started\u003C\u002Fh3>\n\u003Cp>To get a list of the plugins that are installed and activated in your website, insert the following into any post or page:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003Cul>[plugins_list]\u003C\u002Ful>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>You can customise the output specifying the \u003Ccode>format\u003C\u002Fcode> argument and a number of pre-defined \u003Ccode>tags\u003C\u002Fcode>. Here’s an example:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[plugins_list format=\"{{LinkedTitle}} ({{LinkedAuthor}}) - {{Description}}{{br\u002F}}\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>The tags are as follows, all defined within double braces…\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ccode>Title\u003C\u002Fcode> – the plugin title\u003C\u002Fli>\n\u003Cli>\u003Ccode>PluginURI\u003C\u002Fcode> – the URL of the plugin\u003C\u002Fli>\n\u003Cli>\u003Ccode>Author\u003C\u002Fcode> – the plugin author\u003C\u002Fli>\n\u003Cli>\u003Ccode>AuthorURI\u003C\u002Fcode> – the author’s URL\u003C\u002Fli>\n\u003Cli>\u003Ccode>Version\u003C\u002Fcode> – plugin version number\u003C\u002Fli>\n\u003Cli>\u003Ccode>Description\u003C\u002Fcode> – the plugin description\u003C\u002Fli>\n\u003Cli>\u003Ccode>RequiresWP\u003C\u002Fcode> – the minimum required level of WordPress\u003C\u002Fli>\n\u003Cli>\u003Ccode>RequiresPHP\u003C\u002Fcode> – the minimum required level of PHP\u003C\u002Fli>\n\u003Cli>\u003Ccode>LinkedTitle\u003C\u002Fcode> – the title but automatically linked to the corresponding URL\u003C\u002Fli>\n\u003Cli>\u003Ccode>LinkedAuthor\u003C\u002Fcode> – the author, linking to their profile\u003C\u002Fli>\n\u003Cli>\u003Ccode>Active\u003C\u002Fcode> – shows ‘Active’ or ‘Inactive’, depending on the status of the plugin\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>The plugins list can be freely styled with css, just place any \u003Cem>class\u003C\u002Fem> or \u003Cem>id\u003C\u002Fem> attribute on the \u003Ccode>format\u003C\u002Fcode> string, or on the elements surrounding it.\u003C\u002Fp>\n\u003Ch3>Using HTML\u003C\u002Fh3>\n\u003Cp>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 \u003C and > around your HTML tags – this plugin will correct this before output but it means the visual editor doesn’t try and interpret the HTML.\u003C\u002Fp>\n\u003Cp>For example…\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003Cul>[plugins_list format=\"{{li}}{{LinkedTitle}} - {{LinkedAuthor}}{{\u002Fli}}\"]\u003C\u002Ful>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>The characters will be corrected upon output and you will get a lovely, bulleted, un-ordered list as output.\u003C\u002Fp>\n\u003Cp>If you’re 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.\u003C\u002Fp>\n\u003Ch3>Additional Parameters\u003C\u002Fh3>\n\u003Cp>\u003Cstrong>Active & Inactive Plugins\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>By default, only active plugins are shown, but by using the \u003Ccode>show_active\u003C\u002Fcode>, \u003Ccode>show_inactive\u003C\u002Fcode> and \u003Ccode>show_recent\u003C\u002Fcode> parameters you can change this.\u003C\u002Fp>\n\u003Cp>For example, this will show both active and inactive…\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[plugins_list format=\"{{LinkedTitle}} ({{LinkedAuthor}}) - {{Description}}{{br\u002F}}\" show_inactive=true]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>If you wanted to show just inactive, you’d put..\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[plugins_list format=\"{{LinkedTitle}} ({{LinkedAuthor}}) - {{Description}}{{br\u002F}}\" show_inactive=true show_active=false]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>If you wanted to show just plugins that are inactive but were recently active, you’d put…\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[plugins_list format=\"{{LinkedTitle}} ({{LinkedAuthor}}) - {{Description}}{{br\u002F}}\" show_inactive=false show_active=false show_recent=true]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cstrong>Link Targets & No Follow\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>By default links will be followed but you can make these “nofollow” by simply adding the parameter of \u003Ccode>nofollow=true\u003C\u002Fcode>. For example…\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[plugins_list format=\"{{LinkedTitle}} ({{LinkedAuthor}}) - {{Description}}{{br\u002F}}\" nofollow=true]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>You can also specify the link target too. For example…\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[plugins_list format=\"{{LinkedTitle}} ({{LinkedAuthor}}) - {{Description}}{{br\u002F}}\" target=\"_blank\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cstrong>Truncate the Description\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Two parameters exist to truncate the description, so it doesn’t get too long unwieldy. You can specify a maximum number of words or a maximum number of characters using \u003Ccode>words\u003C\u002Fcode> or \u003Ccode>chars\u003C\u002Fcode>. Here’s an example of each…\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[plugins_list format=\"{{LinkedTitle}} ({{LinkedAuthor}}) - {{Description}}{{br\u002F}}\" words=20]\n\n[plugins_list format=\"{{LinkedTitle}} ({{LinkedAuthor}}) - {{Description}}{{br\u002F}}\" chars=80]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>You shouldn’t do this but if you specify both then the shortest one will be used.\u003C\u002Fp>\n\u003Cp>By default, if a truncation occurs, ellipsis will be added to the end. However, you can change this by using the \u003Ccode>end\u003C\u002Fcode> parameter and specifying your own ending. For example…\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[plugins_list format=\"{{LinkedTitle}} ({{LinkedAuthor}}) - {{Description}}{{br\u002F}}\" chars=80 end=\" [More]\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cstrong>Remove Emoji\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>If you want to remove emoji from the description, use the \u003Ccode>emoji\u003C\u002Fcode> parameter to achieve this. By default this is \u003Ccode>true\u003C\u002Fcode> but set to \u003Ccode>false\u003C\u002Fcode> to have them removed. For example…\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[plugins_list format=\"{{LinkedTitle}} ({{LinkedAuthor}}) - {{Description}}{{br\u002F}}\" emoji=false]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cstrong>Sort by Author\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Want so sort the output by author and not plugin name? Just use the parameter \u003Ccode>by_author\u003C\u002Fcode>. For example…\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[plugins_list format=\"{{LinkedTitle}} ({{LinkedAuthor}}) - {{Description}}{{br\u002F}}\" by_author=true]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cstrong>Cache\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>By default your plugin list will be cached for 5 minutes, ensuring that performance is impacted as little as possible. Use the parameter \u003Ccode>cache\u003C\u002Fcode> to change the number of minutes. Set this to false to switch off caching.\u003C\u002Fp>\n\u003Cp>For example…\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[plugins_list format=\"{{LinkedTitle}} ({{LinkedAuthor}}) - {{Description}}{{br\u002F}}\" cache=60]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>This will cache for 1 hour. The following will switch the cache off…\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[plugins_list format=\"{{LinkedTitle}} ({{LinkedAuthor}}) - {{Description}}{{br\u002F}}\" cache=false]\u003Ch3>Using with the block editor\u003C\u002Fh3>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>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.\u003C\u002Fp>\n\u003Ch3>Plugin Count\u003C\u002Fh3>\n\u003Cp>A shortcode also exists to allow you to display the number of plugins that you have. Simply add \u003Ccode>[plugins_number]\u003C\u002Fcode> to your post or page and it will return the number of active plugins.\u003C\u002Fp>\n\u003Cp>To display the number of active AND inactive plugins use…\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[plugins_number inactive=true]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>You can also display the number of inactive plugins by specifying…\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[plugins_number inactive=true active=false]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>As with the other shortcode results will be cached by default. To change the number of minutes simply use the \u003Ccode>cache\u003C\u002Fcode> parameter. Set it to \u003Ccode>false\u003C\u002Fcode> to switch off caching. For example…\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[plugins_number inactive=true cache=120]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>This will set the cache to 2 hours.\u003C\u002Fp>\n\u003Ch3>Reviews & Mentions\u003C\u002Fh3>\n\u003Cp>\u003Ca href=\"http:\u002F\u002Fhalfelf.org\u002F2012\u002Fpenguins-just-gotta-be-me\u002F#comments\" title=\"PENGUINS JUST GOTTA BE ME\" rel=\"nofollow ugc\">A default WP credit page would be kind of neat\u003C\u002Fa>\u003C\u002Fp>\n","Allows you to insert a list of the Wordpress plugins you are using into any post\u002Fpage.",800,30858,100,12,"2025-12-02T18:18:00.000Z","6.9.4","4.6","7.4",[20,21,22,23,24],"display","installed","list","plugins","show","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fplugins-list\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fplugins-list.2.7.zip",1,0,"2023-04-28 00:00:00","2026-03-15T15:16:48.613Z",[32],{"id":33,"url_slug":34,"title":35,"description":36,"plugin_slug":4,"theme_slug":37,"affected_versions":38,"patched_in_version":39,"severity":40,"cvss_score":41,"cvss_vector":42,"vuln_type":43,"published_date":29,"updated_date":44,"references":45,"days_to_patch":47},"CVE-2023-31232","plugins-list-authenticated-author-stored-cross-site-scripting-via-replacepluginlisttags","Plugins List \u003C= 2.5 - Authenticated (Author+) Stored Cross-Site Scripting via replace_plugin_list_tags","The Plugins List plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the replace_plugin_list_tags function in versions up to, and including, 2.5 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers with author-level access or higher to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.",null,"\u003C=2.5","2.5.1","medium",6.4,"CVSS:3.1\u002FAV:N\u002FAC:L\u002FPR:L\u002FUI:N\u002FS:C\u002FC:L\u002FI:L\u002FA:N","Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')","2024-01-22 19:56:02",[46],"https:\u002F\u002Fwww.wordfence.com\u002Fthreat-intel\u002Fvulnerabilities\u002Fid\u002Fe9d42cc5-c213-454b-b05a-a57705e5c7e4?source=api-prod",270,{"slug":7,"display_name":7,"profile_url":8,"plugin_count":27,"total_installs":11,"avg_security_score":13,"avg_patch_time_days":47,"trust_score":49,"computed_at":50},79,"2026-04-05T01:59:47.461Z",[52,74,97,122,146],{"slug":53,"name":54,"version":55,"author":56,"author_profile":57,"description":58,"short_description":59,"active_installs":60,"downloaded":61,"rating":28,"num_ratings":28,"last_updated":62,"tested_up_to":63,"requires_at_least":64,"requires_php":65,"tags":66,"homepage":65,"download_link":71,"security_score":72,"vuln_count":27,"unpatched_count":27,"last_vuln_date":73,"fetched_at":30},"client-showcase","Client Showcase","1.2.0","dxladner","https:\u002F\u002Fprofiles.wordpress.org\u002Fdxladner\u002F","\u003Cp>Display your Clients with pride. This plugin displays your client’s logo in a page, post using a shortcode or use the custom widget. Attach your client’s website URL to the Logo for added information. Administrator enters their clients using a custom post type. They can enter the client’s name\u002Ftitle, logo and their website url. Then using a shortcode you can display your Clients Logo on a page or post. This plugin also comes with a Custom Widget. Just find the widget called ‘Client Showcase’, drag and drop into your themes widget sections. Simple way to display your clients to show your expertise. Do not have Clients. You can use this plugin for displaying multiple different options. Use your creativity.\u003C\u002Fp>\n\u003Cp>NEW FEATURES:\u003Cbr \u002F>\nDrag N Drop Ordering and Display your List Option. Using a simple Drag N Drop option, you can arrange your clients in any particular order you choose. Also, you can choose whether\u003Cbr \u002F>\nto display your Clients Horizontally or Vertically. For complete instructions for the NEW FEATURES, please read the complete documentation located at\u003Cbr \u002F>\nour website \u003Ca href=\"https:\u002F\u002Fhyperdrivedesigns.com\u002Ffree-plugins\u002Fclient-showcase\u002F\" rel=\"nofollow ugc\">Hyperdrive Designs: Client Showcase Documentation\u003C\u002Fa>. If you decide\u003Cbr \u002F>\nto upgrade the plugin, be sure to read the new documentation as the settings have changed.\u003C\u002Fp>\n","Display your Clients with pride. This plugin displays your client's logo in a page, post using a shortcode or use the custom widget.",30,4984,"2017-03-23T00:06:00.000Z","4.7.32","4.0","",[67,53,68,69,70],"client-list","clients","clients-logo","display-clients","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fclient-showcase.zip",64,"2025-04-01 00:00:00",{"slug":75,"name":76,"version":77,"author":78,"author_profile":79,"description":80,"short_description":81,"active_installs":82,"downloaded":83,"rating":84,"num_ratings":85,"last_updated":86,"tested_up_to":87,"requires_at_least":88,"requires_php":65,"tags":89,"homepage":94,"download_link":95,"security_score":96,"vuln_count":28,"unpatched_count":28,"last_vuln_date":37,"fetched_at":30},"author-list","Author List","2.2.1","M A Vinoth Kumar","https:\u002F\u002Fprofiles.wordpress.org\u002Fvinoth06\u002F","\u003Cp>Display the list of authors with gravatar image and show the total number of post count on hover\u003C\u002Fp>\n\u003Cp>Through this plugin user can,\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Able to show the Author list through widget.\u003C\u002Fli>\n\u003Cli>Onhover author image, the total number of post, nic name \u002F user name and gravatar image will be displayed.\u003C\u002Fli>\n\u003Cli>Admin can set the limit of authors to display.\u003C\u002Fli>\n\u003Cli>Admin can set the gravatar image size to be 24×24, 48×48 or 96×96 pixel.\u003C\u002Fli>\n\u003Cli>Admin can customize the widget title name.\u003C\u002Fli>\n\u003Cli>Authors will be sort based on the number of post they published.\u003C\u002Fli>\n\u003Cli>Admin can able to select the role based filter.[New – 05082015]\u003C\u002Fli>\n\u003Cli>Support WordPress 4.3\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>For More Information : http:\u002F\u002Fbuffercode.com\u002Fproject\u002Fauthor-list\u002F\u003C\u002Fp>\n\u003Cp>v 2.2.1 25082015\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Bug fixes\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>v 2.2\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Support WordPress 4.3\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>v 2.1 (05082015)\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Admin can able to select the role based filter.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>v 2.0 (04082015)\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Bug fixes\u003C\u002Fli>\n\u003Cli>Added recent 5 post to author popup.\u003C\u002Fli>\n\u003Cli>Support 4.2.4\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>v 1.2 (30\u002F3\u002F2014)\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Bug fixes, now display all author list\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>v 1.1.1 (2\u002F1\u002F2014)\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Now Instead of Username Nickname will be displayed.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>v 1.1\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Authors will be sort based on the number of post they published.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>v 1.0\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Public release\u003C\u002Fli>\n\u003C\u002Ful>\n","Display the list of authors with gravatar image and show the total number of post count on hover",20,4054,90,2,"2015-08-25T05:19:00.000Z","4.3.34","3.0.1",[75,90,91,92,93],"default-author","display-author","only-author","show-author","http:\u002F\u002Fbuffercode.com\u002Fproject\u002Fauthor-list\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fauthor-list.2.2.1.zip",85,{"slug":98,"name":99,"version":100,"author":101,"author_profile":102,"description":103,"short_description":104,"active_installs":105,"downloaded":106,"rating":107,"num_ratings":108,"last_updated":109,"tested_up_to":110,"requires_at_least":111,"requires_php":65,"tags":112,"homepage":118,"download_link":119,"security_score":84,"vuln_count":120,"unpatched_count":28,"last_vuln_date":121,"fetched_at":30},"wp-show-posts","WP Show Posts","1.1.6","Tom","https:\u002F\u002Fprofiles.wordpress.org\u002Fedge22\u002F","\u003Ch4>Note\u003C\u002Fh4>\n\u003Cp>This plugin is only receiving security updates at this time. Check out our \u003Ca href=\"https:\u002F\u002Fgenerateblocks.com\u002F\" rel=\"nofollow ugc\">GenerateBlocks\u003C\u002Fa> plugin for a more modern solution.\u003C\u002Fp>\n\u003Cp>\u003Ciframe loading=\"lazy\" title=\"WP Show Posts\" src=\"https:\u002F\u002Fplayer.vimeo.com\u002Fvideo\u002F175638957?dnt=1&app_id=122963\" width=\"750\" height=\"422\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture; clipboard-write\">\u003C\u002Fiframe>\u003C\u002Fp>\n\u003Cp>WP Show Posts allows you to display posts anywhere on your website using an easy to use shortcode.\u003C\u002Fp>\n\u003Cp>You can pull posts from any post type like WooCommerce, Easy Digital Downloads etc..\u003C\u002Fp>\n\u003Cp>This plugin works with any theme.\u003C\u002Fp>\n\u003Cp>Here are the features in the free version:\u003C\u002Fp>\n\u003Ch4>Posts\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Post type\u003C\u002Fli>\n\u003Cli>Taxonomy\u003C\u002Fli>\n\u003Cli>Terms\u003C\u002Fli>\n\u003Cli>Posts per page\u003C\u002Fli>\n\u003Cli>Pagination\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Columns\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Columns\u003C\u002Fli>\n\u003Cli>Columns gutter\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Images\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Show images\u003C\u002Fli>\n\u003Cli>Image width\u003C\u002Fli>\n\u003Cli>Image height\u003C\u002Fli>\n\u003Cli>Image alignment\u003C\u002Fli>\n\u003Cli>Image location\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Content\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Content type (excerpt or full post)\u003C\u002Fli>\n\u003Cli>Excerpt length\u003C\u002Fli>\n\u003Cli>Include title\u003C\u002Fli>\n\u003Cli>Read more text\u003C\u002Fli>\n\u003Cli>Read more button class\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Meta\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Include author\u003C\u002Fli>\n\u003Cli>Author location\u003C\u002Fli>\n\u003Cli>Include date\u003C\u002Fli>\n\u003Cli>Date location\u003C\u002Fli>\n\u003Cli>Include terms\u003C\u002Fli>\n\u003Cli>Terms location\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>More settings\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Author ID\u003C\u002Fli>\n\u003Cli>Exclude current\u003C\u002Fli>\n\u003Cli>Post ID\u003C\u002Fli>\n\u003Cli>Exclude post ID\u003C\u002Fli>\n\u003Cli>Ignore sticky posts\u003C\u002Fli>\n\u003Cli>Offset\u003C\u002Fli>\n\u003Cli>Order\u003C\u002Fli>\n\u003Cli>Order by\u003C\u002Fli>\n\u003Cli>Status\u003C\u002Fli>\n\u003Cli>Meta key\u003C\u002Fli>\n\u003Cli>Meta value\u003C\u002Fli>\n\u003Cli>Tax operator\u003C\u002Fli>\n\u003Cli>No results message\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Our *Pro* version has these features\u003C\u002Fh4>\n\u003Cp>\u003Ciframe loading=\"lazy\" title=\"WP Show Posts Pro\" src=\"https:\u002F\u002Fplayer.vimeo.com\u002Fvideo\u002F175660953?dnt=1&app_id=122963\" width=\"750\" height=\"422\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture; clipboard-write\">\u003C\u002Fiframe>\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fwpshowposts.com\u002F\" title=\"Check out Pro\" rel=\"nofollow ugc\">Check out Pro\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch4>Posts\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>AJAX pagination\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Columns\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Masonry\u003C\u002Fli>\n\u003Cli>Featured post\u003C\u002Fli>\n\u003Cli>Background color\u003C\u002Fli>\n\u003Cli>Background color hover\u003C\u002Fli>\n\u003Cli>Border color\u003C\u002Fli>\n\u003Cli>Border color hover\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Images\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Image overlay color\u003C\u002Fli>\n\u003Cli>Image overlay icon\u003C\u002Fli>\n\u003Cli>Image hover effect\u003C\u002Fli>\n\u003Cli>Image lightbox\u003C\u002Fli>\n\u003Cli>Image lightbox gallery\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Content\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Read more style\u003C\u002Fli>\n\u003Cli>Read more color\u003C\u002Fli>\n\u003Cli>Content link color\u003C\u002Fli>\n\u003Cli>Content link color hover\u003C\u002Fli>\n\u003Cli>Content text color\u003C\u002Fli>\n\u003Cli>Title color\u003C\u002Fli>\n\u003Cli>Title color hover\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Meta\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Meta color\u003C\u002Fli>\n\u003Cli>Meta color hover\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Social\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Twitter\u003C\u002Fli>\n\u003Cli>Twitter color + hover\u003C\u002Fli>\n\u003Cli>Facebook\u003C\u002Fli>\n\u003Cli>Facebook color + hover\u003C\u002Fli>\n\u003Cli>Google+\u003C\u002Fli>\n\u003Cli>Google+ color + hover\u003C\u002Fli>\n\u003Cli>Pinterest\u003C\u002Fli>\n\u003Cli>Pinterest color + hover\u003C\u002Fli>\n\u003Cli>Love it\u003C\u002Fli>\n\u003Cli>Alignment\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Check out GeneratePress, our awesome WordPress theme! (https:\u002F\u002Fwordpress.org\u002Fthemes\u002Fgeneratepress)\u003C\u002Fp>\n","Add posts to your website from any post type using a simple shortcode.",70000,604723,94,80,"2024-04-16T19:12:00.000Z","6.1.10","4.5",[113,114,115,116,117],"display-posts-shortcode","gallery","portfolio","post-columns","show-posts","https:\u002F\u002Fwpshowposts.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-show-posts.1.1.6.zip",3,"2024-04-16 00:00:00",{"slug":123,"name":124,"version":125,"author":126,"author_profile":127,"description":128,"short_description":129,"active_installs":130,"downloaded":131,"rating":107,"num_ratings":132,"last_updated":133,"tested_up_to":16,"requires_at_least":134,"requires_php":135,"tags":136,"homepage":142,"download_link":143,"security_score":144,"vuln_count":85,"unpatched_count":28,"last_vuln_date":145,"fetched_at":30},"logo-carousel-free","Logo Carousel – Responsive Logo Slider, Logo Showcase, and Clients Logo Gallery","3.6.10","ShapedPlugin LLC","https:\u002F\u002Fprofiles.wordpress.org\u002Fshapedplugin\u002F","\u003Cp>\u003Ca href=\"https:\u002F\u002Flogocarousel.com\u002F?ref=1\" rel=\"nofollow ugc\">\u003Cstrong>Logo Carousel\u003C\u002Fstrong>\u003C\u002Fa> is a beautiful logo showcase and clients logo gallery plugin that allows you to display a group of logo images in a visually appealing carousel through an intuitive Shortcode Generator. It’s very user-friendly and convenient to manage & display the logo images in your any WordPress site.\u003C\u002Fp>\n\u003Cp>The plugin is aesthetically designed for everyone including designers & developers and perfect to display your clients, sponsors, partners, affiliates, supporters, brands logos in a simple and unique style. It is highly customizable and flexible logo showcase builder plugin and NO CODING knowledge required!\u003C\u002Fp>\n\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FGf1EbH4T1bg?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent&listType=playlist&list=PLoUb-7uG-5jN7hMCpV5dtKLqAMsk_NmZc\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Flogocarousel.com\u002Flogo-carousel-lite-version-demos\u002F\" rel=\"nofollow ugc\">\u003Cstrong>Live Demo\u003C\u002Fstrong>\u003C\u002Fa> | \u003Ca href=\"https:\u002F\u002Fdocs.shapedplugin.com\u002Fdocs\u002Flogo-carousel\u002Fintroduction\u002F\" rel=\"nofollow ugc\">\u003Cstrong>Documentation\u003C\u002Fstrong>\u003C\u002Fa> | \u003Ca href=\"https:\u002F\u002Flogocarousel.com\u002Fpricing\u002F?ref=1\" rel=\"nofollow ugc\">\u003Cstrong>Upgrade to Pro!\u003C\u002Fstrong>\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch4>Key features comes with this plugin\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Fully responsive & mobile friendly.\u003C\u002Fli>\n\u003Cli>Elegant, lightweight.\u003C\u002Fli>\n\u003Cli>Easy Shortcode Generator.\u003C\u002Fli>\n\u003Cli>Unlimited logo carousels (Multiple instances on the same page).\u003C\u002Fli>\n\u003Cli>Unique settings for each carousel.\u003C\u002Fli>\n\u003Cli>Control logo columns in different devices.\u003C\u002Fli>\n\u003Cli>Logo section title and bottom margin.\u003C\u002Fli>\n\u003Cli>Logo margin (space between logos).\u003C\u002Fli>\n\u003Cli>Logo border width, style, color, and hover color.\u003C\u002Fli>\n\u003Cli>Logo title attribute.\u003C\u002Fli>\n\u003Cli>AutoPlay On\u002FOff.\u003C\u002Fli>\n\u003Cli>AutoPlay speed control.\u003C\u002Fli>\n\u003Cli>Pagination speed control.\u003C\u002Fli>\n\u003Cli>Stop on the hover carousel.\u003C\u002Fli>\n\u003Cli>Infinite looping for the carousel.\u003C\u002Fli>\n\u003Cli>Preloader option.\u003C\u002Fli>\n\u003Cli>Show\u002Fhide navigation.\u003C\u002Fli>\n\u003Cli>Show\u002Fhide pagination.\u003C\u002Fli>\n\u003Cli>Navigation and pagination hide on mobile.\u003C\u002Fli>\n\u003Cli>Navigation color control options.\u003C\u002Fli>\n\u003Cli>Pagination dots color and hover color.\u003C\u002Fli>\n\u003Cli>Logo order & order by.\u003C\u002Fli>\n\u003Cli>Touch swipe enable\u002Fdisable.\u003C\u002Fli>\n\u003Cli>Mouse draggable enable\u002Fdisable.\u003C\u002Fli>\n\u003Cli>Translation ready.\u003C\u002Fli>\n\u003Cli>RTL and LTR carousel direction.\u003C\u002Fli>\n\u003Cli>Advanced plugin settings page.\u003C\u002Fli>\n\u003Cli>Clean-up data on deletion option.\u003C\u002Fli>\n\u003Cli>Custom CSS field to override styles.\u003C\u002Fli>\n\u003Cli>Scripts and styles enqueue and dequeue options.\u003C\u002Fli>\n\u003Cli>Compatible with any theme.\u003C\u002Fli>\n\u003Cli>Developer friendly.\u003C\u002Fli>\n\u003Cli>SEO friendly & optimized for speed.\u003C\u002Fli>\n\u003Cli>Support all modern browsers: IE, Firefox, Chrome, Safari, etc.\u003C\u002Fli>\n\u003Cli>Fast and active support.\u003C\u002Fli>\n\u003Cli>And many more options.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Multilingual Ready\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwpml.org\u002F\" rel=\"nofollow ugc\">WPML\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fpolylang\u002F\" rel=\"ugc\">Polylang\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fqtranslate-x\u002F\" rel=\"ugc\">qTranslate-x\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fgtranslate\u002F\" rel=\"ugc\">GTranslate\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fgoogle-language-translator\u002F\" rel=\"ugc\">Google Language Translator\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwpglobus\u002F\" rel=\"ugc\">WPGlobus\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Page Builders Ready\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Gutenberg\u003C\u002Fli>\n\u003Cli>WPBakery\u003C\u002Fli>\n\u003Cli>Elementor\u003C\u002Fli>\n\u003Cli>Divi Builders\u003C\u002Fli>\n\u003Cli>BeaverBuilder\u003C\u002Fli>\n\u003Cli>SiteOrgin\u003C\u002Fli>\n\u003Cli>Themify Builder\u003C\u002Fli>\n\u003Cli>Fusion Builder\u003C\u002Fli>\n\u003Cli>Genesis Framework\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>For fast support, features request, and bug reporting\u003C\u002Fh4>\n\u003Cp>We are very responsive about support requests – so if you face a problem or find any bugs, post it in the support, and we will respond within 15 hours (except holidays).\u003C\u002Fp>\n\u003Cblockquote>\n\u003Cp>Ask us at our \u003Ca href=\"https:\u002F\u002Fshapedplugin.com\u002Fcreate-new-ticket\u002F\" rel=\"nofollow ugc\">\u003Cstrong>Support\u003C\u002Fstrong>\u003C\u002Fa>\u003C\u002Fp>\n\u003C\u002Fblockquote>\n\u003Ch4>Author\u003C\u002Fh4>\n\u003Cp>Designed and Developed by \u003Ca href=\"https:\u002F\u002Fshapedplugin.com\u002F\" rel=\"nofollow ugc\">\u003Cstrong>ShapedPlugin\u003C\u002Fstrong>\u003C\u002Fa>\u003C\u002Fp>\n","Add, display, and manage clients, partners, sponsors, and brand logos with multiple slideshows on your site. Customizable – No coding required!",20000,721883,161,"2025-12-26T12:49:00.000Z","5.0","7.0",[137,138,139,140,141],"display-logo","logo-carousel","logo-gallery","logo-showcase","logo-slider","https:\u002F\u002Flogocarousel.com\u002F?ref=1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Flogo-carousel-free.3.6.10.zip",99,"2021-11-22 00:00:00",{"slug":147,"name":148,"version":149,"author":150,"author_profile":151,"description":152,"short_description":153,"active_installs":154,"downloaded":155,"rating":156,"num_ratings":82,"last_updated":157,"tested_up_to":158,"requires_at_least":159,"requires_php":65,"tags":160,"homepage":166,"download_link":167,"security_score":13,"vuln_count":28,"unpatched_count":28,"last_vuln_date":37,"fetched_at":30},"wpsite-show-ids","Show IDs by DraftPress","1.1.11","DraftPress Team","https:\u002F\u002Fprofiles.wordpress.org\u002Fdraftpress\u002F","\u003Cp>\u003Cstrong>Show IDs\u003C\u002Fstrong> by DraftPress is super light-weight and does not need any configuration or separate options page. Simply activate the plugin and IDs will be displayed on all admin pages.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Light-weight with no options page required\u003C\u002Fli>\n\u003Cli>Adds a new column on admin page to display IDs of all posts, pages, categories, and more\u003C\u002Fli>\n\u003Cli>Supports custom post types and custom taxonomies\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Features\u003C\u002Fh4>\n\u003Cp>The Show ID plugin will reveal IDs for the following:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>posts\u003C\u002Fli>\n\u003Cli>pages\u003C\u002Fli>\n\u003Cli>categories\u003C\u002Fli>\n\u003Cli>tags\u003C\u002Fli>\n\u003Cli>links\u003C\u002Fli>\n\u003Cli>media\u003C\u002Fli>\n\u003Cli>users\u003C\u002Fli>\n\u003Cli>comments\u003C\u002Fli>\n\u003Cli>link categories\u003C\u002Fli>\n\u003Cli>custom taxonomies\u003C\u002Fli>\n\u003Cli>custom post types\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Also please check out our other \u003Ca href=\"https:\u002F\u002Fdraftpress.com\u002Fproducts\u002F?utm_source=wprepo&utm_medium=show-ids&utm_campaign=desc\" rel=\"nofollow ugc\">plugins\u003C\u002Fa> 🙂\u003C\u002Fp>\n","The Show IDs plugin displays the ID of all posts, categories, pages, taxonomies, users, tags, and more.",10000,255757,96,"2025-05-06T15:31:00.000Z","6.8.5","4.9",[161,162,163,164,165],"display-id","display-post-id","id","show-id","show-post-id","https:\u002F\u002Fdraftpress.com\u002Fproducts","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwpsite-show-ids.1.1.11.zip",{"attackSurface":169,"codeSignals":196,"taintFlows":204,"riskAssessment":205,"analyzedAt":215},{"hooks":170,"ajaxHandlers":183,"restRoutes":184,"shortcodes":185,"cronEvents":195,"entryPointCount":85,"unprotectedCount":28},[171,178],{"type":172,"name":173,"callback":174,"priority":175,"file":176,"line":177},"filter","plugin_row_meta","pll_plugin_meta",10,"inc\\shared.php",42,{"type":179,"name":180,"callback":181,"file":176,"line":182},"action","admin_init","pll_fork_check",84,[],[],[186,191],{"tag":187,"callback":188,"file":189,"line":190},"plugins_list","pll_add_shortcode","inc\\shortcodes.php",53,{"tag":192,"callback":193,"file":189,"line":194},"plugins_number","add_add_number_shortcode",81,[],{"dangerousFunctions":197,"sqlUsage":198,"outputEscaping":200,"fileOperations":28,"externalRequests":28,"nonceChecks":28,"capabilityChecks":28,"bundledLibraries":203},[],{"prepared":28,"raw":28,"locations":199},[],{"escaped":201,"rawEcho":28,"locations":202},9,[],[],[],{"summary":206,"deductions":207},"The \"plugins-list\" v2.7 plugin exhibits a generally positive security posture based on static analysis. The absence of dangerous functions, SQL injection vulnerabilities (all queries use prepared statements), and properly escaped output are strong indicators of good coding practices. Furthermore, the lack of file operations and external HTTP requests reduces potential attack vectors. The limited attack surface, consisting of only two shortcodes and no AJAX handlers or REST API routes, further contributes to its security.  However, the vulnerability history is a significant concern.  The plugin has a known CVE, specifically a medium-severity Cross-Site Scripting (XSS) vulnerability reported in April 2023, which is currently patched. The presence of past vulnerabilities, even if patched, suggests a potential for future security weaknesses to be introduced. While current static analysis doesn't reveal immediate flaws, the historical pattern warrants vigilance and underscores the importance of consistent security auditing and updates.",[208,211,213],{"reason":209,"points":210},"Missing nonce checks",5,{"reason":212,"points":210},"Missing capability checks",{"reason":214,"points":175},"Past medium severity vulnerability (XSS)","2026-03-16T19:18:58.245Z",{"wat":217,"direct":222},{"assetPaths":218,"generatorPatterns":219,"scriptPaths":220,"versionParams":221},[],[],[],[],{"cssClasses":223,"htmlComments":224,"htmlAttributes":225,"restEndpoints":226,"jsGlobals":227,"shortcodeOutput":228},[],[],[],[],[],[229,230],"[plugins_list]","[plugins_number]"]