ActionScheduler_AdminView_Deprecated::list_table_column_content()
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() ActionScheduler AdminView Deprecated::list table column content WC 9.2.3
public static function list_table_column_content( $column_name, $post_id ) { _deprecated_function( __METHOD__, '2.0.0' ); }