Changeset 56162
- Timestamp:
- 07/07/2023 05:39:09 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/performance/wp-content/mu-plugins/server-timing.php
r55822 r56162 1 1 <?php 2 2 3 add_ action(4 'template_ redirect',5 static function( ) {3 add_filter( 4 'template_include', 5 static function( $template ) { 6 6 7 7 global $timestart; … … 39 39 PHP_INT_MIN 40 40 ); 41 42 return $template; 41 43 }, 42 44 PHP_INT_MAX
Note: See TracChangeset
for help on using the changeset viewer.