Support

Account

Home Forums Bug Reports [5.0.6] Missing fields in get_fields($post_id); Reply To: [5.0.6] Missing fields in get_fields($post_id);

  • Another thing I noticed that tabs still show up as an empty key:

    [custom_fields] => Array
            (
                [blocks] => Array
                    (
                        [0] => Array
                            (
                                [acf_fc_layout] => content_block
                                [] => 
                                [title] => This is the title
                                [content] => This is the content
                                [fixed_bg] => 1
                            )
    
                    )
    
            )

    Not sure if this has anything to do with it, since we are using multiple tabs… wp_cache_get sets the found to true, while the result is empty (api-field.php line 454)