Automattic\WooCommerce\Internal\Admin\Notes

MerchantEmailNotifications::init()public staticWC 1.0

Initialize the merchant email notifications.

Метод класса: MerchantEmailNotifications{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$result = MerchantEmailNotifications::init();

Код MerchantEmailNotifications::init() WC 8.7.0

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