Automattic\WooCommerce\Internal\Admin\Notes

EmailNotification::get_actions()publicWC 1.0

Get email action.

Method of the class: EmailNotification{}

No Hooks.

Return

stdClass.

Usage

$EmailNotification = new EmailNotification();
$EmailNotification->get_actions();

EmailNotification::get_actions() code WC 8.7.0

public function get_actions() {
	return $this->note->get_actions();
}