Hi guys. I'm developing a custom theme. I need to declare some PHP functions to serve some feature, which also use bbPress hook & filters.
Where is the best place to do this? I know in WordPress we can do this inside functions.php on our theme directory. What about bbPress? Is there similar place?
Thanks.