Automattic\WooCommerce\Internal\StockNotifications\Frontend

FormHandlerService::__constructpublicWC 1.0

Constructor.

Method of the class: FormHandlerService{}

No Hooks.

Returns

null. Nothing (null).

Usage

$FormHandlerService = new FormHandlerService();
$FormHandlerService->__construct();

FormHandlerService::__construct() code WC 10.3.6

public function __construct() {
	add_action( 'template_redirect', array( $this, 'handle_signup' ) );
}