TC Comment Out
·
Comment out page and post content using a shortcode.
Évaluations
Version
2.0.0
Installations actives
70
Mis à jour récemment
Jun 14, 2020
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]
