ActionScheduler_AdminView_Deprecated::list_table_column_content() public WC 1.0
Print the content for our custom columns.
{} It's a method of the class: ActionScheduler_AdminView_Deprecated{}
No Hooks.
Return
Null. Nothing.
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.
Code of ActionScheduler_AdminView_Deprecated::list_table_column_content() ActionScheduler AdminView Deprecated::list table column content WC 5.0.0
public static function list_table_column_content( $column_name, $post_id ) {
_deprecated_function( __METHOD__, '2.0.0' );
}