Sep 16, 2018 6:45 pm
All,
I've made changes to several key WPForo files that reside in directories outside of the "wpforo/wpf-themes/classic/" directory. For example:
class-members.php (located in "wpforo/wpf-includes" directory
Right now, I have to keep an original copy of the modified file on my local computer in case of a WPForo update. When this happens, I need to replace/revised the updated file after the plugin update. Any suggestions on how I can better deal with this situation? Also, how can I turn WPForo updates off within the WPForo plugin?
Thank you,
Mark
1 Reply
Sep 17, 2018 9:16 am
We recommend use action and filter hooks in wpForo core files. This is the WordPress Hooks API. If you don't find correct hook to use please let us know the place and we'll add it in next version.