Recent

tptn_popular_authors_max_execution_timefilterPro only

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

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

Parameters

Type Name Description
int $max_execution_time Maximum execution time in milliseconds.

Usage

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