Changes between Initial Version and Version 1 of Ticket #31553, comment 2
- Timestamp:
- 03/08/2015 05:19:30 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31553, comment 2
initial v1 1 1 Drew, 2 2 3 Thanks for your comment. In my case I was calling `timer_start()` and then `timer_stop(1)` with some code in between to time it, directly on page load inside a plugin, not inside a hook .3 Thanks for your comment. In my case I was calling `timer_start()` and then `timer_stop(1)` with some code in between to time it, directly on page load inside a plugin, not inside a hook and from the admin side. 4 4 Maybe this was not the expected use case for this function. However, would there not be some benefit to making the function a little more robust?