Recent

tptn_popular_authors_max_execution_time filter Pro only

Filter the MAX_EXECUTION_TIME MySQL hint (in milliseconds) applied to the Popular Authors query.

Type: filter
Since: 4.4.0
Source: includes/popular-authors/class-popular-authors.php line 659

Parameters

TypeNameDescription
int$max_execution_timeMaximum execution time in milliseconds.

Usage

add_filter( 'tptn_popular_authors_max_execution_time', function($max_execution_time) {
    // ...
    return $max_execution_time;
} );