Support

Account

Home Forums General Issues Getting ACF Fields Values From a Subdomain Reply To: Getting ACF Fields Values From a Subdomain

  • Are you talking about a mutlisite installation?

    If you want to use ACF on mutlisite and you want to get values from another sites.
    1) The ACF fields must exist on both sites
    2) Use switch_to_blog() https://developer.wordpress.org/reference/functions/switch_to_blog/

    If you follow the above everything else should work according to ACF documentation.