You appear to be a bot. Output may be restricted
Description
Adds Media menu.
Usage
Admin_Menu::add_media_menu();
Parameters
Returns
void
Source
File name: jetpack/modules/masterbar/admin-menu/class-admin-menu.php
Lines:
1 to 9 of 9
public function add_media_menu() { if ( self::CLASSIC_VIEW === $this->get_preferred_view( 'upload.php' ) ) { return; } $this->hide_submenu_page( 'upload.php', 'media-new.php' ); $this->update_menu( 'upload.php', 'https://wordpress.com/media/' . $this->domain ); }