We'll create fresh WordPress site with Simple Accessible Spoilers installed. You have 20 minutes to test the plugin after that site we'll be deleted.
Create fully accessible content spoilers or accordions with a shortcode.
[spoiler title="Sample Code" initial_state="expanded" tag="h2" group="a"]
Include content here
[/spoiler]
title: should include the clickable text to be displayed in your accordion
initial_state: values include collapsed or expanded, default to “collapsed”
group: any alphanumeric value. used to define a group of accordions. when one accordion is opened all other items in the group will be closed.
tag: values include any typical html tag but a heading tag should be used for accessibility, defaults to H2