WC_Checkout::is_registration_enabled()
Is registration enabled on the checkout page?
Description Description
Return Return
(boolean)
Source Source
File: includes/class-wc-checkout.php
public function is_registration_enabled() { return apply_filters( 'woocommerce_checkout_registration_enabled', 'yes' === get_option( 'woocommerce_enable_signup_and_login_from_checkout' ) ); }
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |