if (defined('_g_force-login')) { // $splash_page = "/splash-page"; // can use conditional tags - https://developer.wordpress.org/themes/references/list-of-conditional-tags/ function my_forcelogin_bypass( $bypass, $visited_url ) { if ( is_page('login') ) { $bypass = true; } return $bypass; } add_filter( 'v_forcelogin_bypass', 'my_forcelogin_bypass', 10, 2 ); function my_forcelogin_bypass_url( $bypass ) { // Get visited URL without query string $url_path = preg_replace('/\?.*/', '', $_SERVER['REQUEST_URI']); // Allow URL if ( '/page-name/' === $url_path ) { $bypass = true; } // Allow filename URL if ( '/page-name.php' === $url_path ) { $bypass = true; } return $bypass; } function my_forcelogin_bypass_query( $bypass, $visited_url ) { $allowed = array( home_url( '/page-name/?' . $_SERVER['QUERY_STRING'] ), home_url( '/page-name.php?' . $_SERVER['QUERY_STRING'] ), ); if ( ! $bypass ) { $bypass = in_array( $visited_url, $allowed ); } return $bypass; } function my_forcelogin_bypass_query_value( $bypass ) { // Allow URL if query string 'parameter' exists if ( isset( $_GET['parameter'] ) ) { $bypass = true; } // Allow URL where 'value' is equal to query string 'parameter' if ( $_GET['parameter'] == 'value' ) { $bypass = true; } return $bypass; } function my_forcelogin_bypass_directory( $bypass ) { // Get visited URL without query string $url_path = preg_replace('/\?.*/', '', $_SERVER['REQUEST_URI']); // Allow any page URL within the specified directory if ( in_array( 'page-directory', explode( '/', $url_path ) ) ) { $bypass = true; } return $bypass; } }

HTHS Class of 1975 Reunion

Cheers HTHS 1975 Grads, Thom McCarthy here.
Next year, 2025 will mark 50 years since we graduated. I was wondering/hoping if there is any interest out there for a reunion… was also thinking to combine it with 74 and 76 grads. Probably something as simple as renting out the Knights of Columbus for drinks and appetizers, nothing fancy. Problem for me is I live in Colorado now, and will need some local folks to make it happen.

Attached to this website is a VERY first draft of our class, and the contact info of the people I have…please add to it if I left anyone out or with teachers that you are in contact with. If you are looking at this website, you probably know that you had to contact me for permission, that is so we can keep your digits semi-private. Please respond to me directly at thomnjody@comcast.net for contact information or any questions/thoughts.

If someone steps up and we start to get dates/events, I’ll update this website and maybe work registration, although this may not be necessary if we can contact the majority of out class/classes and set a time and place to meet… rough numbers will allow planners to have the right amount of drinks and food. Thanks