Filters whether to disable captions.
Description
Prevents image captions from being appended to image HTML when inserted into the editor.
Parameters
$bool
bool- Whether to disable appending captions. Returning true from the filter will disable captions. Default empty string.
Source
if ( empty( $caption ) || apply_filters( 'disable_captions', '' ) ) {
Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |
Disable captions from all the images:
Disable captions from images in specific pages: