install_plugins_pre_upload

install_plugins_pre_upload

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('install_plugins_pre_upload') is found 1 times:

  • /wp-admin/plugin-install.php line 90
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    * because the form is always displayed on these screens.
     */
    if ( 'upload' !== $tab ) {
        /** This action is documented in wp-admin/plugin-install.php */
        do_action( 'install_plugins_pre_upload' );
    }
     
    get_current_screen()->add_help_tab(
        array(
            'id'      => 'overview',
            'title'   => __( 'Overview' ),