Notifications
Clear all

Where can I find the hook

3 Posts
3 Users
0 Reactions
497 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: 5506
 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: 2 months 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