Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #31553, comment 2


Ignore:
Timestamp:
03/08/2015 05:19:30 PM (11 years ago)
Author:
pauldewouters
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31553, comment 2

    initial v1  
    11Drew,
    22
    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.
     3Thanks 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.
    44Maybe 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?