Linux 软件免费装
Banner图

TC Comment Out

开发者 taupecat
更新时间 2020年6月14日 09:45
PHP版本: 5.3.0 及以上
WordPress版本: 5.4.2

标签

shortcode comment-out hide-content

下载

1.2 2.0.0

详情介绍:

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] `

安装:

  1. Place the tc-comment-out directory inside your plugins directory.
  2. Navigate to the Plugins section of the Dashboard and click "Activate".

更新日志:

Version 2.0 Version 1.2 Version 1.1 Version 1.0