From e403be5d2192230f8b0a9f424635e47c2a6bd1d1 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 10 Nov 2016 12:33:40 -0500 Subject: [PATCH] Remove style call Is already being included in the page. --- lib/EventRegistration.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/EventRegistration.php b/lib/EventRegistration.php index 716cf0e..e2e68d5 100644 --- a/lib/EventRegistration.php +++ b/lib/EventRegistration.php @@ -17,9 +17,3 @@ 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' - ); -} ); -- 2.17.1