Automattic\WooCommerce\Admin\Notes\MerchantEmailNotifications
MerchantEmailNotifications::init() public WC 1.0
Initialize the merchant email notifications.
{} Это метод класса: MerchantEmailNotifications{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$result = MerchantEmailNotifications::init();
Код MerchantEmailNotifications::init() MerchantEmailNotifications::init WC 5.0.0
public static function init() {
add_action( 'admin_init', array( __CLASS__, 'trigger_notification_action' ) );
}