apply_filters( ‘upload_post_params’, array $post_params )

In this article

Filters the media upload post parameters.

Parameters

$post_paramsarray
An array of media upload parameters used by Plupload.

Source

$post_params = apply_filters( 'upload_post_params', $post_params );

Changelog

VersionDescription
3.3.0
3.1.0Introduced.

User Contributed Notes

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