Fires on the post upload UI screen.
wp-admin/includes/media.php:2339media_upload_form()wp-includes/media-template.php:320wp_print_media_templates() * Fires on the post upload UI screen. * * Legacy (pre-3.5.0) media workflow hook. * * @since 2.6.0 */ do_action( 'post-upload-ui' ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores} /** * Outputs the legacy media upload form for a given media type. * * @since 2.5.0Introduced in 2.6.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.