wp_show_heic_upload_error( array[]   $plupload_settings  ): array[]

In this article

Callback to enable showing of the user error when uploading .heic images.

Parameters

$plupload_settings array[] required
The settings for Plupload.js.

Return

array[] Modified settings for Plupload.js.

Source

 * * @param array[] $plupload_settings The settings for Plupload.js. * @return array[] Modified settings for Plupload.js. */

Changelog

Version Description
5.5.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.