Is there a limit to hook priority?
There are no limits and no performance penalties. To understand why, you need to understand how all hooks are stored in the WP ecosystem. First of all you need to understand where all hooks are stored and how they do it. All hooks for filters and actions are stored in global variable called wp_filter, yes … Read more