AI Search
Classic Search
Notifications
Clear all
Jul 21, 2025 5:43 pm
Where can i find the hook library for Wpforo? I'm developing a few plugins for the forum and would really like to see a dedicated Hook library listing.
Currently testing a new media add-on for users to select an image from the Wp media folder or upload one to it.
Q
2 Replies
Jul 25, 2025 2:22 pm
Hi,
I'm sorry, but we don't have documentation available for wpForo hooks.
Jul 26, 2025 4:27 am
You can try checking the core files directly for do_action apply_filters calls, that's usually how I find available hooks in wpForo. It’s not ideal, but it works if there’s no official list.