[ad_1]
I’m wondering what the best way is to structure custom code for a WordPress page: there will be several parts that are not really connected with each other but also some other parts that rely on features created elsewhere in my code. In other contexts, I usually try to separate concerns into different modules but here I’m not sure, so what is your opinion: is it feasible to create multiple plugins that sometimes rely on each other (how?) or do I just have to throw everything together in a single big plugin that does everything?
[ad_2]