Automattic\WooCommerce\Admin\Notes
Note::set_actions
Set actions on a note.
Method of the class: Note{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Note = new Note(); $Note->set_actions( $actions );
- $actions(array) (required)
- Note actions.
Note::set_actions() Note::set actions code WC 10.6.2
public function set_actions( $actions ) {
$this->set_prop( 'actions', $actions );
}