Skip to content

Commit e2c565c

Browse files
Remove todo comment
1 parent 5b56e73 commit e2c565c

File tree

1 file changed

+0
-1
lines changed
  • plugins/performance-lab/includes/server-timing

1 file changed

+0
-1
lines changed

plugins/performance-lab/includes/server-timing/hooks.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
* @return WP_REST_Response|WP_Error Filtered response.
2323
*/
2424
function perflab_rest_post_dispatch_add_server_timing( $response ) {
25-
// TODO: Change condition to use wp_is_rest_endpoint() once minimum-supported version is WordPress 6.5.
2625
if ( ! wp_is_rest_endpoint() || ! $response instanceof WP_REST_Response ) {
2726
return $response;
2827
}

0 commit comments

Comments
 (0)