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