WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about site_status_good_response_time_threshold

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/class-wp-site-health.php apply_filters 3313 /**
* Filters the threshold below which a response time is considered good.
*
* The default is based on https://web.dev/time-to-first-byte/.
*
* @param int $threshold Threshold in milliseconds. Default 600.
*
* @since 6.1.0
*/

Hook Parameters

Parameter Type Name Description
int $threshold Threshold in milliseconds. Default 600.