Automattic\WooCommerce\Admin\Notes
Note::clear_actions()
Clear actions from a note.
Метод класса: Note{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$Note = new Note(); $Note->clear_actions();
Код Note::clear_actions() Note::clear actions WC 9.8.1
public function clear_actions() { $this->set_prop( 'actions', array() ); }