Skip to content

Instantly share code, notes, and snippets.

View Kevin-LeMasters-PixelParade's full-sized avatar

Kevin-LeMasters-PixelParade

View GitHub Profile
@jodzeee
jodzeee / gist:01ffb69417751f4c02bb1818409684d9
Last active April 29, 2024 14:43
Add frequently used links to main menu of Admin Bar
/** 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' ),