You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plugins: Add missing $priority parameter to has_filter() and has_action().
This brings `has_filter()`/`has_action()` in parity with `add_filter()`/`add_action()` and `remove_filter()`/`remove_action()`, all of which support a `$priority` parameter.
Props westonruter, swissspidy.
Fixes #64186.
See #64178.
git-svn-id: https://develop.svn.wordpress.org/trunk@61118 602fd350-edb4-49c9-b593-d223f7449a82
0 commit comments