Automattic\WooCommerce\Internal\Admin\Notes

MerchantEmailNotifications::init()public staticWC 1.0

Initialize the merchant email notifications.

Method of the class: MerchantEmailNotifications{}

No Hooks.

Return

null. Nothing (null).

Usage

$result = MerchantEmailNotifications::init();

MerchantEmailNotifications::init() code WC 8.7.0

public static function init() {
	add_action( 'admin_init', array( __CLASS__, 'trigger_notification_action' ) );
}