apply_filters( 'cloudinary_converted_url', $url, $attachment_id, $pre_args ) → {string}
Filter the final Cloudinary URL.
Parameters:
Name | Type | Description |
---|---|---|
$url |
string | The Cloudinary URL. |
$attachment_id |
int | The id of the attachment. |
$pre_args |
array | The arguments used to create the url. |
- Source:
Returns:
- Type
- string