Forum

How do I add PHP fu...
 
Notifications
Clear all

How do I add PHP functions to WordPress?


(@ekatsa)
Member Admin
Joined: 1 year ago
Posts: 151
Topic starter  

How do I add PHP functions to WordPress?


   
Quote
Topic Tags
(@ekatsa)
Member Admin
Joined: 1 year ago
Posts: 151
Topic starter  

Enter the wp-content folder to make changes to your themes and plugins. For example, open themes → theme folder and insert PHP functions to the functions. php file. Double-click on the PHP file to open it, and hit Save once you're done


   
ReplyQuote
(@ekatsa)
Member Admin
Joined: 1 year ago
Posts: 151
Topic starter  

If you use functions.php and change the Theme, then you need to add to the new Theme the functionality. Another way is to use a plugin, then the functionality works for all Themes,


   
ReplyQuote
Share: