Opened 8 hours ago
Last modified 6 hours ago
#63715 new enhancement
Ability to upload plugins directly from Plugins Menu
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | |
Focuses: | administration | Cc: |
Description
The idea is to put another menu entry under 'Plugins' named 'Upload plugin' to get direct access to the upload modal
Change History (2)
Note: See
TracTickets for help on using
tickets.
Patch:
add
$submenu['plugins.php'][20] = array( __( 'Upload Plugin' ), 'install_plugins', 'plugin-upload.php' );
to
menu.php
(~ L.306)and create a new file under
wp/admin
namedplugin-upload.php
having the following content: