ActionScheduler_AdminView_Deprecated::list_table_column_content()public staticWC 1.0

Print the content for our custom columns.

Метод класса: ActionScheduler_AdminView_Deprecated{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$result = ActionScheduler_AdminView_Deprecated::list_table_column_content( $column_name, $post_id );
$column_name(строка) (обязательный)
The key for the column for which we should output our content.
$post_id(int) (обязательный)
The ID of the 'scheduled-action' post for which this row relates.

Код ActionScheduler_AdminView_Deprecated::list_table_column_content() WC 8.7.0

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