Fires just before the legacy (pre-3.5.0) upload interface is loaded.
Source
do_action( 'pre-upload-ui' ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |
CARVIEW |
Fires just before the legacy (pre-3.5.0) upload interface is loaded.
do_action( 'pre-upload-ui' ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
Used by | Description |
---|---|
media_upload_form()wp-admin/includes/media.php | Outputs the legacy media upload form. |
wp_print_media_templates()wp-includes/media-template.php | Prints the templates used in the media manager. |
Version | Description |
---|---|
2.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.