What’s the best way to organize functions.php for performance?
I have a couple of add_action calls, few more add_theme_support and couple of add_filter and 4 additional functions. For breadcrumbs, stylesheets, registering menu and widgets.
Is there an order we will need to follow?
For example first all the add_filter functions, then the add theme_support etc.
Not sure if it’s relevant to add the code since it’s a general question. If needed, I would gladly update this post.