ActionScheduler_ListTable::row_action_run()protectedWC 1.0

Implements the logic behind running an action. ActionScheduler_Abstract_ListTable validates the request and their parameters are valid.

Method of the class: ActionScheduler_ListTable{}

No Hooks.

Return

null. Nothing (null).

Usage

// protected - for code of main (parent) or child class
$result = $this->row_action_run( $action_id );
$action_id(int) (required)
-

ActionScheduler_ListTable::row_action_run() code WC 8.7.0

protected function row_action_run( $action_id ) {
	$this->process_row_action( $action_id, 'run' );
}