Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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
Hi,
I'm sorry, but we don't have documentation available for wpForo hooks.
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.