Releases: wecodemore/wordpress-early-hook
Releases · wecodemore/wordpress-early-hook
v1.2.0
Fixed
- When proxying call to already defined
add_filter
/add_action
pass appropriate "accepted args" argument - Props @nlemoine
Changed
- Added support and tests for PHP 8.3
v1.1.0
Changed
- The
buildCallbackId()
internal function as been removed, because WP will calculate the IDs in WP_Hook::build_preinitialized_hooks
- props @shvlv
- The two "early hook" functions not return
true
as their WP counterpart - props @gmazzap