Automattic\WooCommerce\Internal\Admin\Notes
EmailNotification::get_actions()
Get email action.
Method of the class: EmailNotification{}
No Hooks.
Return
stdClass
.
Usage
$EmailNotification = new EmailNotification(); $EmailNotification->get_actions();
EmailNotification::get_actions() EmailNotification::get actions code WC 9.7.1
public function get_actions() { return $this->note->get_actions(); }