post-html-upload-ui action-hook . WP 2.6.0
Fires after the upload button in the media upload interface.
Usage
add_action( 'post-html-upload-ui', 'action_function_name_7879' ); function action_function_name_7879(){ // action... }
Changelog
Since 2.6.0 | Introduced. |
Where the hook is called
post-html-upload-ui
wp-admin/includes/media.php 2270
do_action( 'post-html-upload-ui' ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
Where in WP core the hook is used WordPress
wp-admin/includes/media.php 27
add_action( 'post-html-upload-ui', 'media_upload_html_bypass' );