- Timestamp:
- 05/17/2023 10:44:21 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/performance/wp-content/mu-plugins/server-timing.php
r55459 r55822 3 3 add_action( 4 4 'template_redirect', 5 function() {5 static function() { 6 6 7 7 global $timestart; … … 16 16 add_action( 17 17 'shutdown', 18 function() use ( $server_timing_values, $template_start ) {18 static function() use ( $server_timing_values, $template_start ) { 19 19 20 20 global $timestart;
Note: See TracChangeset
for help on using the changeset viewer.