kovshenin/debug-bar-slow-actions

Suggestion: ability to hide from displaying native WordPress hooks

slaFFik opened this issue · 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).