Support

Account

Home Forums General Issues Export Field Groups to PHP Reply To: Export Field Groups to PHP

  • A follow up question.

    I have several other custom functions in my functions.php that I call using the get_template_part() command. In order to help organize my functions, the get_template_part() retrieves separate functions files within a directory in my theme called “functions”.

    I was wondering if it’s possible to paste the ACF export code in a separate file within my “functions” directory, and call it from the functions.php file using get_template_part()?