Filter: dt_update_content_image_urls

apply_filters( 'dt_update_content_image_urls', true, $post_id, $images ) → {bool}

Filter whether image URLS should be updated in the content.

Parameters:
Name Type Description
true bool

Whether image URLs should be updated. Default true.

$post_id int

The post ID.

$images array

The old image details.

Since:
  • 2.1.0
Source:
Returns:

Whether image URLs should be updated.

Type
bool