tptn_popular_authors_max_execution_time
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
| 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;
} );