include_once 'lib/force-template-functions.php';
include_once 'lib/EventRegistration.php';
- add_action( 'admin_bar_menu', function( $wp_admin_bar ){
- $args = array(
- 'id' => 'eventregistrations',
- 'title' => 'Event Registrations',
- 'href' => 'http://dev53.gaslightmedia.com/www.harborcountry.org/admin/',
- 'meta' => array(
- 'class' => 'eventregistrations',
- 'title' => 'Event Registrations',
- 'target' => '_blank'
- )
- );
- $wp_admin_bar->add_node( $args );
- }, 999 );
session_start();
}
});
+add_action( 'admin_bar_menu', function( $wp_admin_bar ){
+ $args = array(
+ 'id' => 'eventregistrations',
+ 'title' => 'Event Registrations',
+ 'href' => 'http://dev53.gaslightmedia.com/www.harborcountry.org/admin/',
+ 'meta' => array(
+ 'class' => 'eventregistrations',
+ 'title' => 'Event Registrations',
+ 'target' => '_blank'
+ )
+ );
+ $wp_admin_bar->add_node( $args );
+}, 999 );