Brain-WP / BrainMonkey

Mocking utility for PHP functions and WordPress plugin API
https://giuseppe-mazzapica.gitbook.io/brain-monkey/
MIT License
304 stars 29 forks source link

Add `did_filter` to WP hook functions #148

Open gmazzap opened 3 months ago

gmazzap commented 3 months ago

Brain Monkey defines all the hook-related WP functions, making them work out of the box.

WordPress 6.1.0 introduced did_filter(), we should define this as well.