woocommerce_checkout_registration_required, yes !== get_option( woocommerce_enable_guest_checkout
woocommerce_checkout_registration_required, yes !== get_option( woocommerce_enable_guest_checkout
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_checkout_registration_required, yes !== get_option( woocommerce_enable_guest_checkout') is found 1 times:
- /includes/class-wc-checkout.php line 219
* @since 3.0.0 * * @param bool $checkout_registration_required If customers must be registered to checkout. */ return apply_filters( 'woocommerce_checkout_registration_required', 'yes' !== get_option( 'woocommerce_enable_guest_checkout' ) ); } /** * Is registration enabled on the checkout page? * * @since 3.0.0