Automattic\WooCommerce\Internal\Admin\Notes

WooCommercePayments::__construct()publicWC 1.0

Attach hooks.

Method of the class: WooCommercePayments{}

No Hooks.

Return

null. Nothing (null).

Usage

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

WooCommercePayments::__construct() code WC 8.7.0

public function __construct() {
	add_action( 'init', array( $this, 'install_on_action' ) );
	add_action( 'wc-admin-woocommerce-payments_add_note', array( $this, 'add_note' ) );
}