Filter: cloudinary_apply_default_transformations

apply_filters( 'cloudinary_apply_default_transformations', $true, $attachment_id ) → {bool}

Filter to allow bypassing defaults. Return false to not apply defaults.
Parameters:
Name Type Description
$true bool True to apply defaults.
$attachment_id int The current attachment ID.
Default Value:
  • true
Source:
Returns:
Type
bool