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