WC_Checkout::is_registration_required()

Is registration required to checkout?


Description Description


Return Return

(boolean)


Top ↑

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

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.