Support

Account

Home Forums General Issues get_fields($id) returns false Reply To: get_fields($id) returns false

  • A bit more information:

    If I do this then I can see the custom field values:
    ` $meta = get_post_meta($id);
    var_dump($meta);`

    That’s fine, but I’d like to be able to use the ACF functions.