
TC Comment Out
by Tracy Rotton on WordPress.org
Easily comment out page and post content using a shortcode. Content is commented out using HTML comment syntax, keeping the content available in the “View Source” window of your web browser.
Simply place the opening shortcode [comment] at the beginning of the text you wish to comment out, and the closing shortcode [/comment] at the end.
If you wish to hide the content entirely from view (so that it is not visible in the browser source), set the optional type attribute to “hidden”. Setting the type attribute to “html” will produce the default behavior, but is not required.
[comment]This text will be commented out with HTML comments.[/comment]
[comment type="hidden"]This text will not even be sent to the browser.[/comment]
Active installations80+
Weekly downloads
15+0.00%
Version2.0.0
Last updated6/14/2020
WordPress version2.5
Tested up to5.4.16
PHP version5.3.0
Tags
comment-outhide contentshortcode