Automattic\WooCommerce\Internal\Admin\Notes
WooCommercePayments::__construct
Attach hooks.
Method of the class: WooCommercePayments{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WooCommercePayments = new WooCommercePayments(); $WooCommercePayments->__construct();
WooCommercePayments::__construct() WooCommercePayments:: construct code WC 10.3.5
public function __construct() {
add_action( 'init', array( $this, 'install_on_action' ) );
add_action( 'wc-admin-woocommerce-payments_add_note', array( $this, 'add_note' ) );
}