From 73123f1b98426a1bd10dbc6891ebec40874ea792 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 13 Jan 2017 11:09:53 -0500 Subject: [PATCH] Adding folder name to admin url for Event Reg For the Event Registration link we want it to only link into the Event Registration url and not the entire admin area. --- lib/EventRegistration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/EventRegistration.php b/lib/EventRegistration.php index 4e0c972..2e41bde 100644 --- a/lib/EventRegistration.php +++ b/lib/EventRegistration.php @@ -21,7 +21,7 @@ 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/', + 'href' => 'http://dev53.gaslightmedia.com/www.ucgaylord.org/admin/Registrations/', 'meta' => array( 'class' => 'eventregistrations', 'title' => 'Event Registrations', -- 2.17.1