apply_filters( 'media_upload_form_url', string $form_action_url, string $type )

Filters the media upload form action URL.


Description Description


Parameters Parameters

$form_action_url

(string) The media upload form action URL.

$type

(string) The type of media. Default 'file'.


Top ↑

Source Source

File: wp-admin/includes/media.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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