Notifications
Clear all

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

3 Posts
3 Users
0 Reactions
107 Views
Posts: 8
Topic starter
(@theq6699)
Active Member
Joined: 2 months ago

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
Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Hi,

I'm sorry, but we don't have documentation available for wpForo hooks.

Reply
Posts: 10
(@jungle)
Active Member
Joined: 4 weeks ago

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.

Reply