When profiling an intermediate hook (e.g. `wp profile hook plugins_loaded:before`), some environments don't log any results:  In debugging this initial report, the callback hooked into `register_tick_function()` is only fired once.
When profiling an intermediate hook (e.g.
wp profile hook plugins_loaded:before), some environments don't log any results:In debugging this initial report, the callback hooked into
register_tick_function()is only fired once.