acf/get_image_mime_types, $image_mimes

acf/get_image_mime_types, $image_mimes

Hook Type: filter

See hook in core

Displaying hooks found in version: advanced-custom-fields.6.8.7

apply_filters('acf/get_image_mime_types, $image_mimes') is found 1 times:

  • /includes/api/api-helpers.php line 3109
    		 * @since 6.8.7
    		 *
    		 * @param array $image_mimes The allowed image MIME types keyed by extension.
    		 */
    		$image_mimes = apply_filters( 'acf/get_image_mime_types', $image_mimes );
    	}
    
    	if ( ! is_array( $field ) || empty( $field['type'] ) ) {
    		return $image_mimes;
    	}