Support

Account

Home Forums Add-ons Options Page get_field('xxx', 'options') not returning value anymore Reply To: get_field('xxx', 'options') not returning value anymore

  • Hi @alexlat20

    Perhaps the issue is related to cache?

    ACF will be caching the value of ‘phone’ for post_id of ‘options’.

    When you run the second code, ACF is returning what it found previously because it does not take into account the blog_id

    I’ll add this to the to-do to fix caching for blog switching!

    Thanks
    E