Hi, I have problem with ACF and multisites.
I want through all multisites network enable certain ACF Group.
What I did…
1. Created ACF Group and set equal to default template.
2. Exported PHP and pasted into functions.php
3. This ACF Group is now visible trhough all sites including main
4. How to display only on Multisites, except main site?
Thanks
if (get_current_blog_id() != 1) {
// code to add field group here
}