I uncommented the code because the add-ons are included within my theme, not as plugins.
It appears that I spoke to soon. I now receive an error when I attempt to update a post.
The error states:
“Warning: Cannot modify header information – headers already sent by…”
Any recommendations?
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()?
I solved the issue by deactivating the ACF plugins first. Now everything works fine.
Fantastic, I look forward to seeing the new releases!
Hi @elliot
Sounds good. Where can I locate the update code that contains the activation code so I can remove it?