Recent

tptn_table_statistics filter

tptn_table_statistics

Filter the table statistics.

Type: filter
Since: 4.2.0
Source: includes/class-database.php line 261

Parameters

TypeNameDescription
array$statsArray of table statistics.

Usage

add_filter( 'tptn_table_statistics', function($stats) {
    // ...
    return $stats;
} );