Support

Account

Home Forums General Issues Guidance Required for Getting Values from a custom field using array. Reply To: Guidance Required for Getting Values from a custom field using array.

  • Not really an ACF question, but

    $myvalues = maybe_unserialize(get_post_meta($post->ID,'my_key'));