WC_Checkout::is_registration_enabled()

Is registration enabled on the checkout page?


Description Description


Return Return

(boolean)


Top ↑

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' ) );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.