Caption Disabler WordPress Plugin to Disable and Remove Captions Functionality
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. 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.
For WordPress user or blogger who doesn’t want or doesn’t like the caption feature, WordPress developers have added a CAPTIONS_OFF constant into WordPress version 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.
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.
Download
Installation
Extract caption-disabler.php from the ZIP archive, and then upload the plug-in to the WordPress /wp-content/plugins/ directory. Activate the plugin to disable captions support in WordPress.
Uninstallation
Just deactivate the Caption Disabler plugin will do the trick.
Requirement
Caption Disabler only works on WordPress v2.6.1 or above. For WordPress 2.6, use the following trick to disable captions.
Share and contribute or get technical support and help at My Digital Life Forums.
Related Articles
- WLWManifest Disabler Plugin to Remove XLM Link in WordPress Blog Header
- Permanently Disable AdSense-Deluxe WordPress Plugin Reward Plugin Author Option
- How to Disable Image and Video Captions Feature and Auto Adding of Shortcode in WordPress 2.6
- How to Disable or Hide WordPress.com Automattic Stats Plugin Smiley Icon
- Disable, Uninstall and Remove Skype Add-On Call This Phone Number on Web Page and Toolbar Plugin Menu in IE
- How to Change the CSS Style, Font, Spacing, Alignment and Color of WordPress Image Captions
- Tag Managing Thing Plugin for WordPress 2.3 or Above
- Technorati Incoming Links Plugin for WordPress
- 3 Column Relaxation WordPress Theme comments-paged.php for Paged-Comments WordPress Plugin
- Using Invisible Counter with Official StatCounter Plugin for WordPress


























October 6th, 2008 05:05
[...] Update: For WordPress 2.6.1 users who want to disable captions feature, use Caption Disabler plugin. [...]
October 6th, 2008 06:42
Yeahh!! Very Good Work!!! Thanks!!!!!!!!!!!!!!!
October 6th, 2008 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
[...] Caption Disabler [...]
October 7th, 2008 15:19
Thank you so much for the plugin - I can now increase my efficiency and productivity again!
October 14th, 2008 22:35
[...] Caption Disabler [...]
October 20th, 2008 23:35
[...] Caption Disabler [...]
November 30th, 2008 17:56
[...] tornare alle origini e disabilitare la funzione caption è possibile utilizzare il plugin Caption Disabler che rimuove tale opzione. Per utilizzarlo è sufficiente caricarlo all’interno della [...]
December 1st, 2008 08:10
Hi, it seems this has stopped working with 2.6.5? Is that correct? Also, how could get remove the captions on the blog roll page and keep it on the individual post page? I have been looking at the if(is_home() || is_front_page()) { constructions but not found it working yet.
December 2nd, 2008 23:57
The solution add_filter(’disable_captions’, create_function(’$a’,'return true;’)); work great even in last version 2.6.5.
Thanks !!