Filter for registration authentication for new customers enable/disable.
Source
File: /inc/class-wp-travel-form-handler.php
Used by: /inc/class-wp-travel-form-handler.php
Parameters
Default is true , $new_customer
Example:
function prefix_wp_travel_registration_auth_new_customer() { return false; } add_filter( 'wp_travel_registration_auth_new_customer', 'prefix_wp_travel_registration_auth_new_customer' );