Functions.php vs Plugins: Where should we add new code snippets?
This has been a life long question for WordPress and its developers since time began. Where should we add new code? The renown and agreed methodology is that all code that seeks to harvest information and display it to the frontend or admin, needs to be in a plugin. Why? Short answer; because plugins have …