[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fEs74nHnb4S1qK2Y5O_gST73Jxco5qVXOZGB3bPQJUQI":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":27,"vuln_count":28,"unpatched_count":29,"last_vuln_date":30,"fetched_at":31,"vulnerabilities":32,"developer":72,"crawl_stats":38,"alternatives":79,"analysis":176,"fingerprints":230},"lightweight-accordion","Lightweight Accordion","1.6.0","Andy Feliciotti","https:\u002F\u002Fprofiles.wordpress.org\u002Fsomeguy9\u002F","\u003Cp>\u003Cstrong>Lightweight Accordion\u003C\u002Fstrong> plugin for WordPress allows you to add collapse elements to posts using a \u003Cstrong>Gutenberg block\u003C\u002Fstrong> or a \u003Cstrong>shortcode\u003C\u002Fstrong> (via classic editor). By using the details HTML tag and a few lines of CSS this allows for a javascript-free accordion for minimum page load.\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\u002FZ8RcrtmzvUc?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" 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>\u003Cstrong>Extremely Lightweight (\u003C1kb):\u003C\u002Fstrong> Without using Javascript the plugin uses the native details HTML tag and a few lines of code for almost no impact on front-end.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Customizable:\u003C\u002Fstrong> Options include customizing the HTML tag used for the accordion title, open by default, borders, colors, and accordion grouping (auto-close others when one opens).\u003C\u002Fp>\n\u003Cp>\u003Ch4>Shortcode Usage examples\u003C\u002Fh4>\n\u003C\u002Fp>\n\u003Cp>Here are a few examples of using the accordion plugin with shortcodes.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[lightweight-accordion title=\"My Accordion\"]My Content[\u002Flightweight-accordion]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Additionally you can display the accordion open on load with the accordion_open option.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[lightweight-accordion title=\"My Accordion\" accordion_open=true]My Content[\u002Flightweight-accordion]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>You can also change the html tag wrapping the title of the accordion using the title_tag option.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[lightweight-accordion title=\"My Accordion\" title_tag=\"h3\"]My Content[\u002Flightweight-accordion]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>If you want to include FAQ schema you can add the schema option and set it to faq.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[lightweight-accordion title=\"What is your return policy?\" schema=\"faq\"]You have 1 week to return your items[\u002Flightweight-accordion]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>If you’d like put a border around the content of the accordion you can use the “bordered” attribute.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[lightweight-accordion title=\"Bordered Content\" bordered=true]My Content[\u002Flightweight-accordion]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>If you want accordions to auto-close when another opens (exclusive accordion), use the “group” attribute with the same value on each accordion.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[lightweight-accordion title=\"Question 1\" group=\"faq\"]Answer 1[\u002Flightweight-accordion]\n[lightweight-accordion title=\"Question 2\" group=\"faq\"]Answer 2[\u002Flightweight-accordion]\n[lightweight-accordion title=\"Question 3\" group=\"faq\"]Answer 3[\u002Flightweight-accordion]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Shortcode Options\u003C\u002Fh4>\n\u003Cp>Here is the full listing of shortcode options. Additionally all of these options are accessible when using the Gutenberg block.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>title\u003C\u002Fstrong> (Required Default: null) The title of your accordion will be displayed at the top for users to click. A good example would be to include a user’s question so they could click it for more details.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>content\u003C\u002Fstrong> (Required Default: null) Content that will go into your accordion element.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>title_tag\u003C\u002Fstrong> (Default: “span”) This sets the html tag that wraps the title in the accordion summary. Useful if you want to make it a heading tag for SEO purposes.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>accordion_open\u003C\u002Fstrong> (Default: false) Set this to true if you want your accordion to be open by default.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>bordered\u003C\u002Fstrong> (Default: false) Set this to true if you want a border around the accordion content.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>title_text_color\u003C\u002Fstrong> (Default: false) Set this to a hex value or CSS color to change the color of the accordion title text.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>title_background_color\u003C\u002Fstrong> (Default: false) Set this to a hex value or CSS color to change the color of the accordion title text.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>schema\u003C\u002Fstrong> (Default: false) Set this to faq if you’d like FAQ schema to be included.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>class\u003C\u002Fstrong> (Default: false) Used to add a custom class to the parent container of the accordion.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>anchor\u003C\u002Fstrong> (Default: null) Adds the value as an ID to the accordion div as an anchor.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>autop\u003C\u002Fstrong> (Default: true) By default the shortcode will wrap text in a ‘p’ tag. Set this to false if you’d like this disabled for the specific accordion.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>group\u003C\u002Fstrong> (Default: false) Set this to a group name to make accordions with the same group auto-close when another opens. Uses the native HTML details name attribute for zero JavaScript overhead.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Additional Details\u003C\u002Fh4>\n\u003Cp>If you’d like to remove the “lightweight-accordion.css” from being enqueued on your site use the filter below. It’s recommend you style the accordion yourself if you use this filter.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter('lightweight_accordion_include_frontend_stylesheet', '__return_false' );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>If you’d like to remove the “lightweight-accordion\u002Feditor-styles.css” from being enqueued in the admin area of your site you can use the filter below.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter('lightweight_accordion_include_admin_stylesheet', '__return_false' );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>If you’d like to remove processing of shortcodes in accordion content you can use this filter.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter('lightweight_accordion_process_shortcodes', '__return_false' );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>If you’d like to use inline Microdata for FAQ schema you can use this filter. (Not recommended)\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter('lightweight_accordion_output_microdata', '__return_true' );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>If you’d like to force “lightweight-accordion.css” to load on all of your site you can use this filter. By default the plugin will detect if the block or shortcode is used and enqueue the CSS.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter('lightweight_accordion_always_include_frontend_stylesheet', '__return_true' );\n\u003C\u002Fcode>\u003C\u002Fpre>\n","Simple accordion for adding collapse elements to pages without affecting page load time. Includes Gutenberg block and shortcode for classic editor.",10000,111564,100,60,"2025-12-07T17:56:00.000Z","6.9.4","5.0","7.0",[20,21,22,23,24],"accordion","block","blocks","collapsible","performance","https:\u002F\u002Fsmartwp.com\u002Flightweight-accordion","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Flightweight-accordion.1.6.0.zip",96,3,0,"2025-12-14 14:20:42","2026-03-15T15:16:48.613Z",[33,48,60],{"id":34,"url_slug":35,"title":36,"description":37,"plugin_slug":4,"theme_slug":38,"affected_versions":39,"patched_in_version":6,"severity":40,"cvss_score":41,"cvss_vector":42,"vuln_type":43,"published_date":30,"updated_date":44,"references":45,"days_to_patch":47},"CVE-2025-13740","lightweight-accordion-authenticated-contributor-stored-cross-site-scripting","Lightweight Accordion \u003C= 1.5.20 - Authenticated (Contributor+) Stored Cross-Site Scripting","The Lightweight Accordion plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's `lightweight-accordion` shortcode in all versions up to, and including, 1.5.20 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.",null,"\u003C=1.5.20","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')","2025-12-15 03:20:20",[46],"https:\u002F\u002Fwww.wordfence.com\u002Fthreat-intel\u002Fvulnerabilities\u002Fid\u002Ff117f713-e2f1-4803-87f7-14b1576d823b?source=api-prod",1,{"id":49,"url_slug":50,"title":51,"description":52,"plugin_slug":4,"theme_slug":38,"affected_versions":53,"patched_in_version":54,"severity":40,"cvss_score":41,"cvss_vector":42,"vuln_type":43,"published_date":55,"updated_date":56,"references":57,"days_to_patch":59},"CVE-2024-2436","lightweight-accordion-authenticatedcontributor-stored-cross-site-scripting-via-shortcode","Lightweight Accordion \u003C= 1.5.16 - Authenticated(Contributor+) Stored Cross-Site Scripting via Shortcode","The Lightweight Accordion plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's shortcode(s) in all versions up to, and including, 1.5.16 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated attackers with contributor-level and above permissions to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.","\u003C=1.5.16","1.5.17","2024-03-22 00:00:00","2024-05-31 15:30:20",[58],"https:\u002F\u002Fwww.wordfence.com\u002Fthreat-intel\u002Fvulnerabilities\u002Fid\u002F545dae6b-7983-4f02-a9a0-0be8cf935a78?source=api-prod",71,{"id":61,"url_slug":62,"title":63,"description":64,"plugin_slug":4,"theme_slug":38,"affected_versions":65,"patched_in_version":66,"severity":40,"cvss_score":41,"cvss_vector":42,"vuln_type":43,"published_date":67,"updated_date":68,"references":69,"days_to_patch":71},"CVE-2023-0373","lightweight-accordion-authenticated-contributor-stored-cross-site-scripting-via-shortcode","Lightweight Accordion \u003C= 1.5.14 - Authenticated (Contributor+) Stored Cross-Site Scripting via Shortcode","The Lightweight Accordion plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's shortcode(s) in versions up to, and including, 1.5.14 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated attackers with contributor level and above permissions to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page","\u003C=1.5.14","1.5.15","2023-01-23 00:00:00","2024-01-22 19:56:02",[70],"https:\u002F\u002Fwww.wordfence.com\u002Fthreat-intel\u002Fvulnerabilities\u002Fid\u002F1b38e7ec-6663-4253-9c60-61ed34be22c1?source=api-prod",365,{"slug":73,"display_name":7,"profile_url":8,"plugin_count":74,"total_installs":75,"avg_security_score":27,"avg_patch_time_days":76,"trust_score":77,"computed_at":78},"someguy9",5,14550,110,76,"2026-04-04T14:18:53.046Z",[80,103,124,141,159],{"slug":81,"name":82,"version":83,"author":84,"author_profile":85,"description":86,"short_description":87,"active_installs":88,"downloaded":89,"rating":13,"num_ratings":90,"last_updated":91,"tested_up_to":92,"requires_at_least":93,"requires_php":94,"tags":95,"homepage":99,"download_link":100,"security_score":101,"vuln_count":28,"unpatched_count":29,"last_vuln_date":102,"fetched_at":31},"slingblocks","SlingBlocks – Gutenberg Blocks by FunnelKit (Formerly WooFunnels)","1.7.0","FunnelKit","https:\u002F\u002Fprofiles.wordpress.org\u002Famans2k\u002F","\u003Cp>SlingBlocks is a minimalist Gutenberg Block Plugin that extends Gutenberg to provide page building capabilities.\u003C\u002Fp>\n\u003Ch3>Custom Blocks\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Columns Layout\u003C\u002Fli>\n\u003Cli>Advance Button\u003C\u002Fli>\n\u003Cli>Accordion\u003C\u002Fli>\n\u003Cli>Advance Heading\u003C\u002Fli>\n\u003Cli>Icon List\u003C\u002Fli>\n\u003Cli>Countdown Timer\u003C\u002Fli>\n\u003Cli>Progress Bar\u003C\u002Fli>\n\u003Cli>Icon\u003C\u002Fli>\n\u003Cli>Space Divider\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Key Block Features\u003C\u002Fh3>\n\u003Ch4>Responsive Controls\u003C\u002Fh4>\n\u003Cp>Each Block provides a seamless responsive style for granular control on the desktop, mobile and tablet.\u003C\u002Fp>\n\u003Ch4>Intuitive Settings\u003C\u002Fh4>\n\u003Cp>The shorter learning curve with standardised settings that are consistent across blocks.\u003C\u002Fp>\n\u003Ch4>Better Design WorkFlow\u003C\u002Fh4>\n\u003Cp>Build a design for desktop and switch to mobile view to adjust the settings all at once. Or vice versa. You decide the workflow.\u003C\u002Fp>\n\u003Ch4>Theme agnostic\u003C\u002Fh4>\n\u003Cp>Tested with popular themes.\u003C\u002Fp>\n\u003Ch4>Minimalist Framework\u003C\u002Fh4>\n\u003Cp>Useful for agencies, theme designers, plugin creators (like us!) or anyone who want a minimalist framework for their projects.\u003C\u002Fp>\n\u003Ch4>Performance Oriented\u003C\u002Fh4>\n\u003Cp>Designed with performance and extensibility in mind.\u003C\u002Fp>\n\u003Ch3>Why did we build SlingBlocks?\u003C\u002Fh3>\n\u003Cp>Truth be told we never intended to build a block plugin.\u003C\u002Fp>\n\u003Cp>We at \u003Ca href=\"https:\u002F\u002Ffunnelkit.com\u002F?utm_source=WordPress&utm_medium=SlingBlocks&utm_campaign=WP+Repo\" rel=\"nofollow ugc\">FunnelKit\u003C\u002Fa> were looking for a plugin that would seamlessly allow our Funnel Builder to provide templates for Gutenberg.\u003C\u002Fp>\n\u003Cp>When we began looking at various Block Plugins none of them could match to fit our needs.\u003C\u002Fp>\n\u003Cp>WooFunnels had previously integrated with Elementor, Divi and Oxygen and we wanted nothing short of the experience.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>SlingBlocks was born.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Combine SlingBlocks with our Funnel Builder and you get a powerful sales funnel building suite using Gutenberg.\u003C\u002Fp>\n\u003Cp>Our hope is that it’s not only a companion plugin for WooFunnels but also for your next project.\u003C\u002Fp>\n\u003Ch3>Looking for templates?\u003C\u002Fh3>\n\u003Cp>\u003Cstrong>SlingBlocks does not include templates.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Get access to templates for Sales Pages, Optin Pages, Checkout and Thank you pages all built with SlingBlocks with Funnel Builder by WooFunnels.\u003C\u002Fp>\n\u003Cp>Funnel Builder allows you to create lead generation and sales funnel flows.\u003C\u002Fp>\n\u003Cp>Download \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Ffunnel-builder\u002F\" rel=\"ugc\">Funnel Builder\u003C\u002Fa> and get access to more blocks.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\n\u003Cp>\u003Cstrong>Optin Block\u003C\u002Fstrong>: To create optin and squeeze pages to capture leads\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Checkout Block\u003C\u002Fstrong>: To create beautiful WooCommerce one-page checkout or global checkout for your store\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Thank You Page Block\u003C\u002Fstrong>: To present a nice looking thank you page\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>One Click Upsell Blocks (Pro)\u003C\u002Fstrong>: To present one-click upsell offers to increase average order value\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Ful>\n","A minimalist Gutenberg Block Plugin that extends Gutenberg to provide page building capabilities.",6000,34995,4,"2025-08-19T12:56:00.000Z","6.8.5","5.6","7.2",[20,22,96,97,98],"gutenberg","marketing","page-builder","https:\u002F\u002Ffunnelkit.com\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fslingblocks.1.7.0.zip",97,"2025-08-20 16:47:39",{"slug":104,"name":105,"version":106,"author":107,"author_profile":108,"description":109,"short_description":110,"active_installs":111,"downloaded":112,"rating":113,"num_ratings":114,"last_updated":115,"tested_up_to":116,"requires_at_least":93,"requires_php":117,"tags":118,"homepage":121,"download_link":122,"security_score":123,"vuln_count":29,"unpatched_count":29,"last_vuln_date":38,"fetched_at":31},"accordion-toggle","Accordion Toggle","1.2.9","WPDeveloper","https:\u002F\u002Fprofiles.wordpress.org\u002Fwpdevteam\u002F","\u003Cp>\u003Cstrong>Accordion Toggle\u003C\u002Fstrong> helps you display FAQs or key pieces of content in a way that readers can easily find what they are looking for. Using this Accordion Toggle plugin, you can create those key contents within Gutenberg.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>STUNNING FEATURES:\u003C\u002Fstrong>\u003Cbr \u002F>\n – Add images, videos, or any other multiple blocks under your accordion\u003Cbr \u002F>\n – Create unlimited nested accordion sections under one accordion\u003Cbr \u002F>\n – Get listed in search engines with FAQ schema support\u003Cbr \u002F>\n – Make your accordion toggle multipurpose without coding\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Completely Customizable:\u003C\u002Fstrong> You can customize Accordion Toggle just the way you want.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Modular Control:\u003C\u002Fstrong> You can easily disable unnecessary blocks from the settings panel and speed up your website.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Super Light-weight:\u003C\u002Fstrong> No extra resources used and it’s highly optimized for super fast loading & instant Live editing.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Dedicated Support:\u003C\u002Fstrong> We’ve an extraordinary support team ready to help you. Ask your questions in the support forum, we’ll get back to you immediately.\u003C\u002Fp>\n\u003Ch3>🚀 BACKED BY A TRUSTED TEAM\u003C\u002Fh3>\n\u003Cp>This Block is brought to you by \u003Ca href=\"https:\u002F\u002Fwpdeveloper.com\" rel=\"nofollow ugc\">WPDeveloper\u003C\u002Fa>, the team behind the most popular elements library \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fessential-addons-for-elementor-lite\u002F\" rel=\"ugc\">Essential Addons for Elementor\u003C\u002Fa> (used by almost 1 million+ happy users from 180+ countries).\u003C\u002Fp>\n\u003Ch3>👨‍💻 DOCUMENTATION AND SUPPORT\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>For documentation and tutorials go to our \u003Ca href=\"https:\u002F\u002Fessential-blocks.com\u002Fdocs\u002F\" rel=\"nofollow ugc\">documentation\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>To report issue and contribution visit \u003Ca href=\"https:\u002F\u002Fgithub.com\u002FEssentialBlocks\u002Faccordion-toggle\" rel=\"nofollow ugc\">Github\u003C\u002Fa>.\u003C\u002Fli>\n\u003Cli>If you have any more questions, visit our support on the \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Faccordion-toggle\" rel=\"ugc\">Plugin’s Forum\u003C\u002Fa>.\u003C\u002Fli>\n\u003Cli>For more information about features, FAQs and documentation, check out our website at \u003Ca href=\"https:\u002F\u002Fwpdeveloper.com\u002F\" rel=\"nofollow ugc\">WPDeveloper\u003C\u002Fa>.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>🙌 JOIN THE COMMUNITY\u003C\u002Fh3>\n\u003Cp>🎦 Subscribe to our \u003Ca href=\"https:\u002F\u002Fwww.youtube.com\u002Fwpdevelopernet\u002F?sub_confirmation=1\" rel=\"nofollow ugc\">Youtube Channel\u003C\u002Fa> to watch video tutorials on WordPress.\u003C\u002Fp>\n\u003Cp>🤝 Join our \u003Ca href=\"https:\u002F\u002Fwww.facebook.com\u002Fgroups\u002Fwpdeveloper.net\u002F\" rel=\"nofollow ugc\">Facebook Community\u003C\u002Fa> & get connected with expert web creators like yourself.\u003C\u002Fp>\n\u003Cp>🧡 LOVED Accordion\u002FToggle? Rate us on \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Faccordion-toggle\u002Freviews\u002F\" rel=\"ugc\">WordPress Repository\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>🔥 GET FREEBIES FOR YOUR WORDPRESS SITE\u003C\u002Fp>\n\u003Cp>Consider checking out our other WordPress solutions & boost your WordPress website:\u003C\u002Fp>\n\u003Cp>💡 \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fessential-blocks\u002F\" rel=\"ugc\">Essential Blocks For Gutenberg\u003C\u002Fa> Get all stunning & interactive Gutenberg blocks to design your website seamlessly\u003C\u002Fp>\n\u003Cp>🔝 \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fessential-addons-for-elementor-lite\u002F\" rel=\"ugc\">Essential Addons For Elementor\u003C\u002Fa>: Most popular Elementor addons with 70+ widgets & ready blocks\u003C\u002Fp>\n\u003Cp>☁ \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Ftemplately\u002F\" rel=\"ugc\">Templately\u003C\u002Fa>: Free templates library for Elementor & Gutenberg along with the cloud collaboration for WordPress\u003C\u002Fp>\n\u003Cp>🔔 \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fnotificationx\u002F\" rel=\"ugc\">NotificationX\u003C\u002Fa>: Best Social Proof & FOMO Marketing Solution to increase conversion rates\u003C\u002Fp>\n\u003Cp>📚 \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fbetterdocs\u002F\" rel=\"ugc\">BetterDocs\u003C\u002Fa>: Best Documentation & Knowledge Base Plugin for WordPress reduce manual support tickets & improve user experience.\u003C\u002Fp>\n\u003Cp>⏰ \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwp-scheduled-posts\u002F\" rel=\"ugc\">WP Scheduled Posts\u003C\u002Fa>: Advanced editorial calendar & complete solution for WordPress Post Scheduling, social sharing, missed scheduled alerts and more.\u003C\u002Fp>\n\u003Cp>⭐ \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Freviewx\u002F\" rel=\"ugc\">ReviewX\u003C\u002Fa>: WooCommerce Product review plugin that allows users to submit product reviews with multiple criteria, photos, video and more\u003C\u002Fp>\n\u003Cp>⚡ \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fflexia\" rel=\"ugc\">Flexia\u003C\u002Fa>: Most lightweight, customizable & multi purpose theme for WordPress\u003C\u002Fp>\n","Display Your FAQs & Improve User Experience with Accordion\u002FToggle block.",2000,42238,90,8,"2024-07-29T14:45:00.000Z","6.6.5","",[20,119,21,22,120],"accordions","toggle","https:\u002F\u002Fessential-blocks.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Faccordion-toggle.1.2.9.zip",92,{"slug":125,"name":126,"version":127,"author":128,"author_profile":129,"description":130,"short_description":131,"active_installs":111,"downloaded":132,"rating":13,"num_ratings":133,"last_updated":134,"tested_up_to":116,"requires_at_least":135,"requires_php":93,"tags":136,"homepage":139,"download_link":140,"security_score":123,"vuln_count":29,"unpatched_count":29,"last_vuln_date":38,"fetched_at":31},"toggles","Toggles","1.1.1","George Mamadashvili","https:\u002F\u002Fprofiles.wordpress.org\u002Fmamaduka\u002F","\u003Cp>You can use this block to hide and reveal content as needed. Create FAQ pages, hide spoilers in posts, or create simple accordion elements.\u003C\u002Fp>\n\u003Cp>The block uses \u003Ccode>\u003Cdetails>\u003C\u002Fcode> and \u003Ccode>\u003Csummary>\u003C\u002Fcode> HTML elements and doesn’t require any additional JavaScript or CSS on the theme side.\u003C\u002Fp>\n","An easy way to hide and reveal content.",15614,7,"2024-07-16T10:59:00.000Z","6.4",[20,21,22,137,138],"details","faq","https:\u002F\u002Fgithub.com\u002FMamaduka\u002Ftoggles","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ftoggles.1.1.1.zip",{"slug":142,"name":143,"version":144,"author":145,"author_profile":146,"description":147,"short_description":148,"active_installs":149,"downloaded":150,"rating":13,"num_ratings":47,"last_updated":151,"tested_up_to":152,"requires_at_least":153,"requires_php":18,"tags":154,"homepage":156,"download_link":157,"security_score":158,"vuln_count":29,"unpatched_count":29,"last_vuln_date":38,"fetched_at":31},"aino-accordion-faq-block","AinoBlocks Accordion Faq Block","1.1.3","Ellen Bauer","https:\u002F\u002Fprofiles.wordpress.org\u002Felmastudio\u002F","\u003Cp>Create Frequently Asked Question’s and Accordions with Aino’s Accordion and FAQ Block. You can use the block together with the \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fthemes\u002Faino\u002F\" rel=\" ugc\">Aino block theme\u003C\u002Fa> for Full Site Editing.\u003C\u002Fp>\n","Create Frequently Asked Question's and Accordions with Aino's Accordion and FAQ Block.",700,9921,"2022-08-01T08:58:00.000Z","6.0.11","5.8",[20,21,22,138,155],"qa","https:\u002F\u002Fainoblocks.io\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Faino-accordion-faq-block.zip",85,{"slug":160,"name":161,"version":162,"author":163,"author_profile":164,"description":165,"short_description":166,"active_installs":167,"downloaded":168,"rating":13,"num_ratings":47,"last_updated":169,"tested_up_to":16,"requires_at_least":17,"requires_php":117,"tags":170,"homepage":174,"download_link":175,"security_score":13,"vuln_count":29,"unpatched_count":29,"last_vuln_date":38,"fetched_at":31},"hot-blocks","Hot Blocks","1.3.3","Hot Themes","https:\u002F\u002Fprofiles.wordpress.org\u002Fhotwptemplates\u002F","\u003Cp>Hot Blocks plugin by \u003Ca href=\"https:\u002F\u002Fwww.hotjoomlatemplates.com\" title=\"Hot Themes\" rel=\"nofollow ugc\">Hot Themes\u003C\u002Fa> is a collection of several blocks for the block editor (Gutenberg). This plugin adds new blocks in the category Hot Blocks. Also, it adds custom styles to the core Latest Posts and Gallery blocks to transform the output into a carousel of posts and images.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fwpdemo.hotjoomlatemplates.com\u002Findex.php?order=popular&theme=blocks\" title=\"Hot Blocks demo\" rel=\"nofollow ugc\">View Hot Blocks Demo\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>Accordion block contains heading and placeholder for other blocks below the heading. User can reveal or hide the content below the heading by clicking on it. It’s useful for FAQ pages and for pages with a lot of content.\u003C\u002Fp>\n\u003Cp>Contact block includes a simple contact form for your website with a configurable anti-spam question and answer.\u003C\u002Fp>\n\u003Cp>Gallery core block customization that adds an option to display the images in the carousel mode.\u003C\u002Fp>\n\u003Cp>Latest Posts core block customization that adds an option to display the posts in the carousel mode.\u003C\u002Fp>\n\u003Cp>Map block allows you to include a Google Map to your post or page simply by entering address or point of interest. It supports align-wide.\u003C\u002Fp>\n\u003Cp>Parallax is a placeholder for other blocks. If you select a background image for the Hot Parallax block, it will use a parallax scrolling effect.\u003C\u002Fp>\n\u003Cp>There are also some simpler blocks like button with custom dimensions and font size and background color block container.\u003C\u002Fp>\n","A collection of several blocks for new WordPress editor (Gutenberg).",600,17793,"2025-12-03T12:33:00.000Z",[20,22,171,172,173],"google-map","parallax","slider","https:\u002F\u002Fwww.hotjoomlatemplates.com\u002Fwordpress-plugins\u002Fhot-blocks","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fhot-blocks.1.3.3.zip",{"attackSurface":177,"codeSignals":207,"taintFlows":218,"riskAssessment":219,"analyzedAt":229},{"hooks":178,"ajaxHandlers":197,"restRoutes":198,"shortcodes":199,"cronEvents":205,"entryPointCount":206,"unprotectedCount":29},[179,185,189,193],{"type":180,"name":181,"callback":182,"file":183,"line":184},"filter","the_content","enqueue_lightweight_accordion_styles","lightweight-accordion.php",20,{"type":186,"name":187,"callback":182,"file":183,"line":188},"action","enqueue_block_editor_assets",21,{"type":186,"name":190,"callback":191,"file":183,"line":192},"wp_footer","lightweight_accordion_output_schema",211,{"type":186,"name":194,"callback":195,"file":183,"line":196},"init","lightweight_accordion_register_block",224,[],[],[200,203],{"tag":4,"callback":201,"file":183,"line":202},"lightweight_accordion_shortcode",59,{"tag":204,"callback":201,"file":183,"line":14},"lightweight-accordion-nested",[],2,{"dangerousFunctions":208,"sqlUsage":209,"outputEscaping":211,"fileOperations":29,"externalRequests":29,"nonceChecks":29,"capabilityChecks":29,"bundledLibraries":217},[],{"prepared":29,"raw":29,"locations":210},[],{"escaped":212,"rawEcho":47,"locations":213},10,[214],{"file":183,"line":215,"context":216},219,"raw output",[],[],{"summary":220,"deductions":221},"The 'lightweight-accordion' plugin version 1.6.0 exhibits a mixed security posture.  While the static analysis indicates good practices such as 100% prepared statement usage for SQL queries and a high percentage (91%) of properly escaped output, significant concerns remain.  The absence of nonce checks and capability checks on any entry points, despite having two shortcodes, represents a notable weakness. The plugin's history is particularly alarming, with a total of three known medium-severity CVEs, all of which are related to Cross-Site Scripting (XSS). The fact that all historical vulnerabilities are now patched is a positive sign, but the recurring nature of XSS vulnerabilities suggests potential systemic issues in input sanitization or output rendering that may not have been fully addressed across all versions.  Despite the lack of critical or high severity issues in the current static analysis, the historical pattern of XSS and the missing authorization checks on shortcodes warrant careful consideration and ongoing monitoring.",[222,224,226],{"reason":223,"points":133},"No nonce checks on entry points",{"reason":225,"points":133},"No capability checks on entry points",{"reason":227,"points":228},"History of 3 medium XSS vulnerabilities",15,"2026-03-16T17:46:47.452Z",{"wat":231,"direct":240},{"assetPaths":232,"generatorPatterns":235,"scriptPaths":236,"versionParams":237},[233,234],"\u002Fwp-content\u002Fplugins\u002Flightweight-accordion\u002Fcss\u002Fmin\u002Flightweight-accordion.min.css","\u002Fwp-content\u002Fplugins\u002Flightweight-accordion\u002Fcss\u002Fmin\u002Feditor-styles.min.css",[],[],[238,239],"lightweight-accordion\u002Fcss\u002Fmin\u002Flightweight-accordion.min.css?ver=","lightweight-accordion\u002Fcss\u002Fmin\u002Feditor-styles.min.css?ver=",{"cssClasses":241,"htmlComments":247,"htmlAttributes":248,"restEndpoints":261,"jsGlobals":262,"shortcodeOutput":263},[4,242,243,244,245,246],"bordered","lightweight-accordion-title","lightweight-accordion-body","has-text-color","has-background",[],[249,250,251,252,253,254,255,256,257,258,259,260],"data-context=\"lightweight-accordion\u002FgroupName\"","id","open","name"," itemscope"," itemprop=\"mainEntity\"","itemtype=\"https:\u002F\u002Fschema.org\u002FQuestion\"","itemprop=\"name\"","itemscope","itemprop=\"acceptedAnswer\"","itemtype=\"https:\u002F\u002Fschema.org\u002FAnswer\"","itemprop=\"text\"",[],[],[264,265,266,267],"\u003Cdiv class=\"lightweight-accordion","\u003Cdetails","\u003Csummary class=\"lightweight-accordion-title\"","\u003Cdiv class=\"lightweight-accordion-body\""]