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