This menu will be on the top tabs. going to their dev53 copy of admin.
session_start();
}
});
+add_action( 'admin_bar_menu', function( $wp_admin_bar ){
+ $args = array(
+ 'id' => 'eventregistrations',
+ 'title' => 'Event Registrations',
+ 'href' => 'http://dev53.gaslightmedia.com/www.ucgaylord.org/admin/',
+ 'meta' => array(
+ 'class' => 'eventregistrations',
+ 'title' => 'Event Registrations',
+ 'target' => '_blank'
+ )
+ );
+ $wp_admin_bar->add_node( $args );
+}, 999 );