Hello,
On the Theme Options (admin side) I’d like to add an additional tab (option) that with a function from the child theme’s functions.php file it will allow me to enter an API key to this newly created option tab.
I just need some help identifying ALL the files (filenames & location) in Enfold that are involved when adding a new option to the theme’s admin page.
Thank you,
George
Hi sdbroker!
Please go to Enfold/includes/admin folder and open register-admin-options.php file and modify as needed
Regards,
Yigit
Hi Yigit,
I just saw your reply! Thank you very much… that helps a lot!
Best,
George
Glad Yigit could help. Let us know if you have any other questions or issues.
Make sure that you look for the filters and hooks there so that you can make your changes via a child theme/functions and keep theme modification to a minimum :)