Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Listen for hooks firing within set bounds #410

Closed
wants to merge 22 commits into from

Conversation

crstauf
Copy link
Contributor

@crstauf crstauf commented Feb 19, 2019

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 );

collectors/hooks.php Outdated Show resolved Hide resolved
@crstauf
Copy link
Contributor Author

crstauf commented Feb 23, 2019

@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
Copy link
Contributor Author

crstauf commented Feb 29, 2020

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

@johnbillion

@crstauf
Copy link
Contributor Author

crstauf commented Jul 12, 2023

Closing in favor of #792.

@crstauf crstauf closed this Jul 12, 2023
@crstauf crstauf deleted the fix-405-3 branch July 20, 2023 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants