This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** Add frequently used links to main menu of Admin Bar */ | |
if ( ! function_exists( 'x_add_options_item_to_admin_bar' ) ) { | |
function x_add_options_item_to_admin_bar() { | |
global $wp_admin_bar; | |
$wp_admin_bar->add_menu( | |
array( | |
'parent' => 'site-name', | |
'id' => 'x_library', | |
'title' => __( 'Media Library', 'x' ), |