Caption Disabler WordPress Plugin to Disable and Remove Captions Functionality標題Disabler WordPress的插件禁用和刪除字幕功能
Since WordPress 2.6, WordPress has built in support for caption shortcode, which will automatically convert images, videos and other media embedded inside the code to have descriptive caption with framed border.由於WordPress的2.6 , WordPress的內置支持字幕短,這將自動轉換圖像,視頻和其他媒體的內嵌代碼的標題描述框架邊界。 Beside, when blogger or writer uploads and inserts (or pastes) an image by using WordPress Media Uploader, the [caption] and [caption] HTML short code is also automatically inserted.旁邊,當Blogger或作者上傳並插入(或膏)的圖像通過使用WordPress的媒體上傳的[標題]和[標題]簡短的HTML代碼也自動插入。
For WordPress user or blogger who doesn’t want or doesn’t like the caption feature, WordPress developers have added a對於WordPress的用戶或博客誰不想要或不喜歡的字幕功能, WordPress的開發增加了 CAPTIONS_OFF constant into不斷融入 WordPress version 2.6 WordPress的2.6版 . 。 However, the constant has already been removed and no longer work.然而,不斷已被刪除,並不再工作。 Instead, a filter hook called DISABLE_CAPTIONS has been added into WordPress 2.6.1 and all subsequent versions that allows user to disable image, picture, graphic, photo, video and other media captioning via plugin.相反,一個過濾器鉤所謂DISABLE_CAPTIONS已加入WordPress的2.6.1和所有後續版本,允許用戶禁用圖片,照片,圖形,圖片,視頻和其它媒體的字幕通過插件。
Caption Disabler is a WordPress plugin that removes and disables captions feature in WordPress so that all caption shortcode is not been parsed or translated, and no [caption] and [caption] HTML entities are automatically added while editing or writing.標題Disabler是一個WordPress的插件刪除和禁用字幕功能, WordPress的,使所有的標題是不是短了剖析或翻譯,也沒有[標題]和[標題] HTML實體會自動加入,同時編輯或書面形式。
Download 下載
caption-disabler.zip標題, disabler.zip . 。
Installation 安裝
Extract caption-disabler.php from the ZIP archive, and then upload the plug-in to the WordPress /wp-content/plugins/ directory.提取字幕, disabler.php從壓縮檔,然後上傳插件的WordPress的/ wp-content/plugins /目錄。 Activate the plugin to disable captions support in WordPress.激活插件禁用字幕支持WordPress的。
Uninstallation 卸載
Just deactivate the Caption Disabler plugin will do the trick.只要停用字幕Disabler插件將這樣做的伎倆。
Requirement 要求
Caption Disabler only works on WordPress v2.6.1 or above.標題Disabler只適用於WordPress的v2.6.1或以上。 For WordPress 2.6, use the following對於WordPress的2.6 ,使用下列 trick to disable captions帽子戲法禁用字幕 . 。
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 重要說明:這是一台機器翻譯網頁這是“原樣”提供,無保修。 Machine translation may be difficult to understand.機器翻譯可能很難理解。 Please refer to請參閱 original English article英文原文的文章 whenever possible.只要有可能。
Share and contribute or get technical support and help at共享和貢獻或獲得技術支持和幫助 My Digital Life Forums 我的數字生活論壇 . 。
Related Articles相關文章
- How to Disable Image and Video Captions Feature and Auto Adding of Shortcode in WordPress 2.6如何禁用圖像和視頻字幕功能和自動添加的簡在WordPress的2.6
- WLWManifest Disabler Plugin to Remove XLM Link in WordPress Blog Header WLWManifest Disabler插件刪除XLM連結WordPress的博客標題
- How to Change the CSS Style, Font, Spacing, Alignment and Color of WordPress Image Captions如何更改CSS樣式,字體,間距,對齊和顏色的WordPress的圖像字幕
- Disable WordPress 2.3 Core and Plugins Update Check and Notification禁用WordPress的2.3核心和插件更新檢查和通知
- Must Have WordPress Plugins必須有WordPress的插件
- Manage Tags in WordPress 2.3 with Advanced Tag Entry and Click Tags Plugins管理標籤在WordPress的2.3具有高級標籤,並點擊進入標籤插件
- Automatically Update WordPress to Latest Version with Automatic Upgrade Plugin (WPAU) WordPress的自動更新到最新版本的自動升級插件( WPAU )
- 3 Column Relaxation WordPress Theme comments-paged.php for Paged-Comments WordPress Plugin第3柱主題放寬WordPress的意見, paged.php的分頁,評論WordPress的插件
- Integrate WordPress including Comments with bbPress Forum using bbSync WordPress的整合,包括評論與bbPress論壇使用bbSync
- WordPress 2.2 Released for Free Download WordPress的2.2發布免費下載

































October 6th, 2008 05:05 2008年10月六號05:05
[...] Update: For WordPress 2.6.1 users who want to disable captions feature, use Caption Disabler plugin. [...]更新: 2.6.1對於WordPress的用戶誰想要停用字幕功能,使用說明Disabler插件。 [...]
October 6th, 2008 06:42 2008年10月六號6時42分
Yeahh!! Yeahh ! Very Good Work!!!非常出色的工作! Thanks!!!!!!!!!!!!!!!謝謝!!!!!!!!!!!!!!!
October 6th, 2008 23:23 2008年10月六號23:23
You can do it with one line, no need for defining an extra function:你可以做到這一點同一條線,沒有必要確定一個額外的功能:
add_filter('disable_captions', create_function('$a','return true;'));
October 7th, 2008 01:40 08年10月7日01:40
[...] Caption Disabler [...] [...]標題Disabler [...]