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 |
$post_id |
int | The post ID. |
$images |
array | The old image details. |
Returns:
Whether image URLs should be updated.
- Type
- bool