Files
wordpress/wp-includes/plugin.php
Weston Ruter c8ef6c5354 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.

Built from https://develop.svn.wordpress.org/trunk@61118


git-svn-id: http://core.svn.wordpress.org/trunk@60454 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2025-11-03 23:47:33 +00:00

36 KiB