query-monitor icon indicating copy to clipboard operation
query-monitor copied to clipboard

Listen for hooks firing within set bounds

Open crstauf opened this issue 6 years ago • 2 comments

Implement #405.

Sample test code:

add_action( 'init', function() { do_action( 'qm/listen/start', 'test' ); }, 2 );
add_action( 'init', function() { do_action( 'qm/listen/stop',  'test' ); }, 6 );

crstauf avatar Feb 19 '19 05:02 crstauf

@johnbillion How can I forego not having the new panel included in the menu?

https://travis-ci.org/johnbillion/query-monitor/jobs/497391703#L593

crstauf avatar Feb 23 '19 07:02 crstauf

How can I forego not having the new panel included in the menu? ...

@johnbillion

crstauf avatar Feb 29 '20 22:02 crstauf

Closing in favor of #792.

crstauf avatar Jul 12 '23 18:07 crstauf