This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Hotjar Tracking Code for https://www.coursesurf.com/ --> | |
<script> | |
(function(h,o,t,j,a,r){ | |
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)}; | |
h._hjSettings={hjid:262591,hjsv:5}; | |
a=o.getElementsByTagName('head')[0]; | |
r=o.createElement('script');r.async=1; | |
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv; | |
a.appendChild(r); | |
})(window,document,'//static.hotjar.com/c/hotjar-','.js?sv='); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Site plugin for genevaphotoclub.com | |
Description: Site specific code for genevaphotoclub.com | |
*/ | |
/* Begin Adding Functions Below This Line; Do not include an opening PHP tag as this sample code already includes one! */ | |
//* Allow state or province field to be a text field and make it optional | |
add_filter( 'FHEE__EE_Billing_Attendee_Info_Form__state_field', 'billing_locale_text_field', 10, 1 ); |
NewerOlder