Setup the styles for event registration
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 10 Nov 2016 17:29:37 +0000 (12:29 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 10 Nov 2016 17:29:37 +0000 (12:29 -0500)
Pull in reg style.css

lib/EventRegistration.php

index e2e68d5..716cf0e 100644 (file)
@@ -17,3 +17,9 @@ add_action( 'init', function(){
         session_start();
     }
 });
+add_action( 'wp_enqueue_scripts', function(){
+    wp_enqueue_style(
+        'glm-event-reg',
+        'http://app.gaslightmedia.com/Common/Registrations_V3/front-end/Views/style.css'
+    );
+} );