do_action( 'post-upload-ui' )
Fires on the post upload UI screen.
Description Description
Legacy (pre-3.5.0) media workflow hook.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |
Fires on the post upload UI screen.
Legacy (pre-3.5.0) media workflow hook.
Version | Description |
---|---|
2.6.0 | Introduced. |
Used By | Description |
---|---|
wp-admin/includes/media.php: media_upload_form() |
Outputs the legacy media upload form. |
wp-includes/media-template.php: wp_print_media_templates() |
Prints the templates used in the media manager. |
Code is Poetry.