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.
Related Articles
- How to Disable Image and Video Captions Feature and Auto Adding of Shortcode in WordPress 2.6
- WLWManifest Disabler Plugin to Remove XLM Link in WordPress Blog Header
- How to Change the CSS Style, Font, Spacing, Alignment and Color of WordPress Image Captions
- Permanently Disable AdSense-Deluxe WordPress Plugin Reward Plugin Author Option
- How to Disable or Hide WordPress.com Automattic Stats Plugin Smiley Icon
- 3 Column Relaxation WordPress Theme comments-paged.php for Paged-Comments WordPress Plugin
- Disable WordPress 2.3 Core and Plugins Update Check and Notification
- Disable, Uninstall and Remove Skype Add-On Call This Phone Number on Web Page and Toolbar Plugin Menu in IE
- Using Invisible Counter with Official StatCounter Plugin for WordPress
- Technorati Incoming Links Plugin for WordPress










































November 1st, 2009 10:25
[...] find it when searching in the plugin directory within the Wordpress dashboard. So you will have to download it here then upload it to your Plugins directory. It’s a very small, simple php file and will [...]
April 3rd, 2009 10:01
this plug doesn’t work for me — I’m using WP 2.7.1. Maybe they’ve tweaked something. cheers, mate.
February 20th, 2009 05:47
[...] nutzt das Caption Disabler Plugin von My Digital Life um CAPTION-Tags automatisch entfernen zu lassen. Im Prinzip mach das Plugin [...]
February 18th, 2009 23:17
[...] Caption Disabler – Befreit Wordpress von diesen Caption-Tags. Warum kann man die eigentlich nicht direkt [...]
January 25th, 2009 12:38
I am amazed with it. It is a good thing for my research. Thanks. ^_^
January 23rd, 2009 13:55
Good piece.
December 18th, 2008 04:33
Thanks! This works great.
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 !!
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.
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 [...]
October 20th, 2008 23:35
[...] Caption Disabler [...]
October 14th, 2008 22:35
[...] Caption Disabler [...]
October 7th, 2008 15:19
Thank you so much for the plugin – I can now increase my efficiency and productivity again!
October 7th, 2008 01:40
[...] Caption Disabler [...]
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 6th, 2008 06:42
Yeahh!! Very Good Work!!! Thanks!!!!!!!!!!!!!!!
October 6th, 2008 05:05
[...] Update: For WordPress 2.6.1 users who want to disable captions feature, use Caption Disabler plugin. [...]