TABLEON - WordPress Posts Table Filterable

tableon_ext_column_fields_options

This hook is for extensions developers, and allows to add custom settings to the table columns. Example:

 

tableon_meta_data_cell

This hooks allows to manipulate with meta data display in the table cell. Example:

In this example shows mathematical operation for some meta fields which can has your site business logic.  

tableon_extend_settings

This hook allows to add custom settings to the tables Code Example:

  Also read: tableon_extend_settings_default  

tableon_date_format

The hook allows to set custom date format for date table cells if it necessary. By default date format is taken from site settings.