tptn_table_statistics
Filter the table statistics.
Type: filter
Since: 4.2.0
Source: includes/class-database.php line 261
Parameters
| Type | Name | Description |
|---|---|---|
array | $stats | Array of table statistics. |
Usage
add_filter( 'tptn_table_statistics', function($stats) {
// ...
return $stats;
} );