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'.

Top ↑

Source

File: wp-admin/includes/media.php. View all references

$form_action_url = apply_filters( 'media_upload_form_url', $form_action_url, $type );


Top ↑

Changelog

Changelog
Version Description
2.6.0 Introduced.

Top ↑

User Contributed Notes

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