Adding folder name to admin url for Event Reg
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 13 Jan 2017 16:09:53 +0000 (11:09 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 13 Jan 2017 16:09:53 +0000 (11:09 -0500)
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

index 4e0c972..2e41bde 100644 (file)
@@ -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',