Filters the media upload form action URL.
Parameters
$form_action_url
string- The media upload form action URL.
$type
string- The type of media. Default
'file'
.
Source
$form_action_url = apply_filters( 'media_upload_form_url', $form_action_url, $type );
Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.