Automattic\WooCommerce\Internal\Admin\Notes
EmailNotification::get_actions()
Get email action.
Метод класса: EmailNotification{}
Хуков нет.
Возвращает
stdClass
.
Использование
$EmailNotification = new EmailNotification(); $EmailNotification->get_actions();
Код EmailNotification::get_actions() EmailNotification::get actions WC 9.3.3
public function get_actions() { return $this->note->get_actions(); }