ActionScheduler_AdminView_Deprecated::list_table_column_content()public staticWC 1.0

Print the content for our custom columns.

Method of the class: ActionScheduler_AdminView_Deprecated{}

No Hooks.

Return

null. Nothing (null).

Usage

$result = ActionScheduler_AdminView_Deprecated::list_table_column_content( $column_name, $post_id );
$column_name(string) (required)
The key for the column for which we should output our content.
$post_id(int) (required)
The ID of the 'scheduled-action' post for which this row relates.

ActionScheduler_AdminView_Deprecated::list_table_column_content() code WC 8.6.1

public static function list_table_column_content( $column_name, $post_id ) {
	_deprecated_function( __METHOD__, '2.0.0' );
}