An open API service indexing awesome lists of open source software.

https://github.com/wptrainingteam/what-to-include-in-functions-dot-php-file

In this lesson you will learn that WordPress themes often include a file named functions.php, which is where unique features and custom functions can be added. When should you use functions.php to add your custom code and when should you use plugins? This lesson will help you understand the difference between the two.
https://github.com/wptrainingteam/what-to-include-in-functions-dot-php-file

lesson training training-material wordpress

Last synced: 7 months ago
JSON representation

In this lesson you will learn that WordPress themes often include a file named functions.php, which is where unique features and custom functions can be added. When should you use functions.php to add your custom code and when should you use plugins? This lesson will help you understand the difference between the two.

Awesome Lists containing this project