Support

Account

Home Forums Add-ons Options Page Get options fields from main site in multi site Reply To: Get options fields from main site in multi site

  • The problem is that the field is not defined in each of the sites and only in the main site. Even switching to the blog will not correct this problem. There are two choices

    1) create the field group in every site

    2) use the WP function get_option() instead of the ACF function. Example: get_option('options_'.$field, 'default_value');