rongcon
says
hi
Can I use include(); function in the admin options? get_template_part could be good for front end but they require back end also.
Thanks!
ChapterThemes
says
Yes, if you’re working inside the functions.php, you can use include or include_once to load classes for example.
