image_add_caption_shortcode

image_add_caption_shortcode

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('image_add_caption_shortcode') is found 1 times:

  • /wp-admin/includes/media.php line 249
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
         *
         * @param string $shcode The image HTML markup with caption shortcode.
         * @param string $html   The image HTML markup.
         */
        return apply_filters( 'image_add_caption_shortcode', $shcode, $html );
    }
     
    /**
     * Private preg_replace callback used in image_add_caption().
     *
     * @access private