Browse: Home / Hooks /

learndash_woocommerce_registration_required

apply_filters( 'learndash_woocommerce_registration_required',  bool $required )

Filters whether registration is required during checkout.


Description #


Parameters #

$required

(bool) True to require registration|false otherwise.


Return #

(bool)


Source #

File: includes/woocommerce/includes/class-learndash-woocommerce.php


Changelog #

Changelog
Version Description
5.2.0 Introduced.