- Timestamp:
- 09/12/2023 03:21:02 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/performance/wp-content/mu-plugins/server-timing.php
r56162 r56559 3 3 add_filter( 4 4 'template_include', 5 static function ( $template ) {5 static function ( $template ) { 6 6 7 7 global $timestart; … … 16 16 add_action( 17 17 'shutdown', 18 static 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.