Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/media.php | apply_filters | 2321 | /** * Filters the media upload form action URL. * * @since 2.6.0 * * @param string $form_action_url The media upload form action URL. * @param string $type The type of media. Default 'file'. */ |
wp-admin/includes/media.php | apply_filters | 2390 | /** * Outputs the legacy media upload form for external media. * * @since 2.7.0 * * @param string $type * @param object $errors * @param int $id */ |
wp-admin/includes/media.php | apply_filters | 2537 | /** * Adds gallery form to upload iframe. * * @since 2.5.0 * * @global string $redir_tab * @global string $type * @global string $tab * * @param array $errors */ |
wp-admin/includes/media.php | apply_filters | 2700 | /** * Outputs the legacy media upload form for the media library. * * @since 2.5.0 * * @global wpdb $wpdb WordPress database abstraction object. * @global WP_Query $wp_query WordPress Query object. * @global WP_Locale $wp_locale WordPress date and time locale object. * @global string $type * @global string $tab * @global array $post_mime_types * * @param array $errors */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $form_action_url | The media upload form action URL. |
string | $type | The type of media. Default 'file'. |
string | $form_action_url | The media upload form action URL. |
string | $type | The type of media. Default 'file'. |
string | $form_action_url | The media upload form action URL. |
string | $type | The type of media. Default 'file'. |
string | $form_action_url | The media upload form action URL. |
string | $type | The type of media. Default 'file'. |