post-upload-ui WordPress Action Hook
The post-upload-ui hook is a hook that is called when the post-upload user interface is displayed. This hook is used to add extra fields to the post-upload user interface.
do_action( 'post-upload-ui' ) #
Fires on the post upload UI screen.
Description
Legacy (pre-3.5.0) media workflow hook.
Source
Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |