fbpx

Hello

The best part of teamwork is always having someone to count on!

				
					console.log( 'Code is Poetry' );
function my_forcelogin_bypass( $bypass ) {

  // Allow custom login & lost-password pages
  if ( is_page( array( 18681, 'login' ) ) ) {
    $bypass = true;
  }

  return $bypass;
}
add_filter( 'v_forcelogin_bypass', 'my_forcelogin_bypass' );