_cleanup_image_add_caption

Advertisement

Private Access Private Access

This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

Summery Summery

Private preg_replace callback used in image_add_caption()

Syntax Syntax

_cleanup_image_add_caption( $matches )

Source Source

File: wp-admin/includes/media.php

 * @access private
 * @since 3.4.0
 */
function _cleanup_image_add_caption( $matches ) {

Advertisement

Changelog Changelog

Changelog
Version Description
3.4.0 Introduced.

Advertisement

Leave a Reply