Hey there,
I hope someone can guide me:
I have created a custom WooCommerce My Account layout in Pro layout builder.
Just like in Josh Donelly’s tutorial on that topic. Everything is working fine.
Now I need to add some ACF fields on a custom tab of the my account section.
To do that I need to add ACF’s acf_header()
before get_header()
in my Pro Child Theme, but I cannot figure out, which template file I need to customize in this case. I’m using the Starter stack.
Can you tell me which template file that would be to add the acf_header()
into?