Disable Image Caption Shortcode In WordPress
I just read this nice article by Frank Bültge that deals with the image caption shortcode that WordPress creates automatically when you add an image via the media manager. As I never really liked it, I can’t say how happy I am that someone finally explained to me how to get rid of it in a very simple way.
Just add the following code as a plugin or to your functions.php:
add_filter( 'disable_captions', create_function('$a', 'return true;') );
I have just written a small plugin that you can download here.
Credits should go to Frank Bültge for this. Thanks!
The post ends here. Wanna leave a response? Have Your Say!
You can also subscribe to comments without commenting.
Next post: Friday The 13th, A Car Crash & Google Translate Part III
Previous post: Updating To WordPress 2.7
Trackback URI | Comments RSS | Permalink







