ActionScheduler_AdminView_Deprecated::list_table_columns( array $columns )

Completely customer the columns displayed on the Scheduled Actions administration screen.


Description Description

Because we can’t filter the content of the default title and date columns, we need to recreate our own custom columns for displaying those post fields. For the column content, @see self::list_table_column_content().


Parameters Parameters

$columns

(Required) An associative array of columns that are use for the table on the Scheduled Actions administration screen.


Top ↑

Return Return

(array) $columns An associative array of columns that are use for the table on the Scheduled Actions administration screen.


Top ↑

Source Source

File: packages/action-scheduler/deprecated/ActionScheduler_AdminView_Deprecated.php


			

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.