Filters the Plupload default settings.
Parameters
$defaults
array- Default Plupload settings array.
Source
array_diff( $args['methods'], get_class_methods( $implementation ) ) ) {
Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |
Filters the Plupload default settings.
$defaults
arrayarray_diff( $args['methods'], get_class_methods( $implementation ) ) ) {
Version | Description |
---|---|
3.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.