You can disable image captions!

You know, WordPress image upload system have a caption support. So you can add captions to your images. But sometimes we don’t need any caption. We can disable this support. Simply code here. Lets Begin…

Here is the code;

Insert this code to your functions.php

function caption_off() {
    return true;
}

add_filter( 'disable_captions', 'caption_off' );

That’s All. Thanks to WPRecipes


Related posts:

If you enjoyed this post, make sure you subscribe to my RSS Feed
Comments are closed.
Highslide for Wordpress Plugin