media_upload_form_url WordPress Action Hook
The media_upload_form_url hook allows you to change the URL of the media upload form. This can be useful if you want to change the form action to a custom URL.
apply_filters( 'media_upload_form_url', string $form_action_url , string $type ) #
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
Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |