WC_Checkout::is_registration_required()
Is registration required to checkout?
Description Description
Return Return
(boolean)
Source Source
File: includes/class-wc-checkout.php
public function is_registration_required() {
return apply_filters( 'woocommerce_checkout_registration_required', 'yes' !== get_option( 'woocommerce_enable_guest_checkout' ) );
}
Changelog Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |