pre-upload-ui

pre-upload-ui

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('pre-upload-ui') is found 2 times:

  • /wp-admin/includes/media.php line 2150
    2146
    2147
    2148
    2149
    2150
    2151
    2152
    2153
    2154
    2155
    2156
    * Fires just before the legacy (pre-3.5.0) upload interface is loaded.
     *
     * @since 2.6.0
     */
    do_action( 'pre-upload-ui' ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
     
    $post_params = array(
        'post_id'  => $post_id,
        '_wpnonce' => wp_create_nonce( 'media-form' ),
        'type'     => $_type,
        'tab'      => $_tab,
  • /wp-includes/media-template.php line 274

See this hook used in plugins: