ActionScheduler_ListTable::column_schedule()
Prints the scheduled date in a human friendly format.
Method of the class: ActionScheduler_ListTable{}
No Hooks.
Return
String
.
Usage
$ActionScheduler_ListTable = new ActionScheduler_ListTable(); $ActionScheduler_ListTable->column_schedule( $row );
- $row(array) (required)
- The array representation of the current row of the table
ActionScheduler_ListTable::column_schedule() ActionScheduler ListTable::column schedule code WC 9.3.1
public function column_schedule( $row ) { return $this->get_schedule_display_string( $row['schedule'] ); }