How Often do You Use Functions.php in Themes?

Functions. should generally be used when you just want to add a minor feature that requires a single function or few lines of code. However, you cannot use functions. to run code in the actions such as “plugins_loaded”. This is by design and should be too, as each will have their own functions. file

More: continued here

Tags: , , , , , , , ,

Related posts


Leave a Reply