do_action( ‘el_display_log_columns’, $column_name, $item );
Description
Use this action hook to display columns in 'View Logs' screen. This action is defined in the column_default()
method of the extended LogListTable.
Parameters
- $column_name: The column name returned from database. This is a string value.
- $item: An StdClass object containing the column values.