plupload_default_params WordPress Filter Hook

The plupload_default_params hook is used to filter the default parameters that are used by the plupload_init function. This hook is useful for modifying the default values for parameters such as upload_url, flash_url, etc.

apply_filters( 'plupload_default_params', array $params ) #

Filters the Plupload default parameters.


Parameters

$params

(array)Default Plupload parameters array.


Top ↑

Source

File: wp-includes/media.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
3.4.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More
Show More