Filter: cloudinary_use_original_image

apply_filters( 'cloudinary_use_original_image', $use_original, $attachment_id ) → {bool}

Whether to use the original image URL.
Parameters:
Name Type Description
$use_original bool The default value.
$attachment_id int The attachment ID.
Since:
  • 3.1.8
Default Value:
  • true
Source:
Returns:
Type
bool