Filter: cloudinary_upload_options

apply_filters( 'cloudinary_upload_options', $options, $post, $this ) → {array}

Filter the options to allow other plugins to add requested options for uploading.
Parameters:
Name Type Description
$options array The options array.
$post WP_Post The attachment post.
$this Media The media object instance.
Source:
Returns:
Type
array