ActionScheduler_ListTable::row_action_run()
Implements the logic behind running an action. ActionScheduler_Abstract_ListTable validates the request and their parameters are valid.
Метод класса: ActionScheduler_ListTable{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->row_action_run( $action_id );
- $action_id(int) (обязательный)
- Action ID.
Код ActionScheduler_ListTable::row_action_run() ActionScheduler ListTable::row action run WC 9.7.1
protected function row_action_run( $action_id ) { $this->process_row_action( $action_id, 'run' ); }