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

do_action('install_plugins_pre_upload') is found 1 times:

  • /wp-admin/plugin-install.php line 90
     * 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' ),