Show/Hide Shortcode
Show/Hide Shortcode
Description
This plugin allows you to easily add “Show more…” links to your site. Just enclose the content to be hidden between [showhide] and [/showhide]. There is no modification to the backend or fancy editor. Hence the code for this plugin is minimal and the plugin should be easy to review for security issues as well not impact performance.
Faq
Use the block editor to add two blocks: [showhide] and [/showhide]. Everything in between will be hidden and a link “Show more…” is displayed. When clicked, the hidden content is revealed.
Yes, the [showhide] shortcode accepts the argument show_caption:
[showhide show_caption="Do you want to know more?"]Your Content[/showhide]```hide_caption` attribute to change the “Show less…” default caption.
Similarly, use the
Reviews
Efficient and simple
By oldteaowl on February 19, 2025
Efficient and simple, love it
It simply works
By rolzan on July 21, 2021
Love the simlicity.
By vtchernoff on April 2, 2021
Changelog
1.0.1
- Updated “Tested up to” field to reflect current
- Addresses XSS vulnerability in
show_captionandhide_captionarguments
1.0.0
- Initial Release
