Fires on the post upload UI screen.
Description
Legacy (pre-3.5.0) media workflow hook.
Source
do_action( 'post-upload-ui' ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
Changelog
| Version | Description |
|---|---|
| 2.6.0 | Introduced. |
Fires on the post upload UI screen.
Legacy (pre-3.5.0) media workflow hook.
do_action( 'post-upload-ui' ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
| Version | Description |
|---|---|
| 2.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.