WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about install_plugins_upload

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/plugin-install.php do_action 168 /**
* WordPress Administration Template Header.
*/
require_once ABSPATH . 'wp-admin/admin-header.php';
?>
">


echo esc_html( $title );
?>



if ( ! empty( $tabs['upload'] ) && current_user_can( 'upload_plugins' ) ) {
printf(
' %s%s',
( 'upload' === $tab ) ? self_admin_url( 'plugin-install.php' ) : self_admin_url( 'plugin-install.php?tab=upload' ),
__( 'Upload Plugin' ),
__( 'Browse Plugins' )
);
}
?>




/*
* Output the upload plugin form on every non-upload plugin installation screen, so it can be
* displayed via JavaScript rather then opening up the devoted upload plugin page.
*/

Hook Parameters

Parameter Type Name Description