site_status_good_response_time_threshold

site_status_good_response_time_threshold

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('site_status_good_response_time_threshold') is found 1 times:

  • /wp-admin/includes/class-wp-site-health.php line 3501
    3497
    3498
    3499
    3500
    3501
    3502
    3503
    3504
    3505
    3506
    3507
         * @param int $threshold Threshold in milliseconds. Default 600.
         *
         * @since 6.1.0
         */
        return (int) apply_filters( 'site_status_good_response_time_threshold', 600 );
    }
     
    /**
     * Determines whether to suggest using a persistent object cache.
     *
     * @since 6.1.0