debug-bar-slow-actions icon indicating copy to clipboard operation
debug-bar-slow-actions copied to clipboard

Suggestion: ability to hide from displaying native WordPress hooks

Open slaFFik opened this issue 10 years ago • 0 comments

Might be a good idea to enable ability to hide all default WordPress hooks from displaying in a list of slow. Not those that were hooked in, but those that are hooking in some other.

add_action('init', 'wp_check_version');

I'm talking here about wp_check_version - the default one of WP.

Because while developing you will need to spend some time to find your hooks in a list of several hundreds (like on init).

slaFFik avatar Feb 12 '14 15:02 slaFFik