plupload_default_settings WordPress Filter Hook
If you're looking to customize the default settings for the plupload uploader, this is the hook for you. With this hook, you can change the default runtime, file size limits, and more to better fit your needs.
apply_filters( 'plupload_default_settings', array $defaults ) #
Filters the Plupload default settings.
Parameters
- $defaults
(array)Default Plupload settings array.
Source
File: wp-includes/media.php
Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |