Sunoo Bertsch

Results 3 comments of Sunoo Bertsch

Side note. In this particular case, when using the Graphiql interface from the WP backend, the queries would successfully return data, even before we changed the field type. When queried...

This one is going to be tough to reproduce, as the issue is so intermittent and inconsistent in it's behavior. I did run into it again yesterday, where I was...

``` if( function_exists('acf_add_local_field_group') ): acf_add_local_field_group(array( 'key' => 'group_5cccac8d93cd4', 'title' => 'Image Meta', 'fields' => array( array( 'key' => 'field_5cccac9d781a1', 'label' => 'Video URL', 'name' => 'video_url', 'type' => 'url', 'instructions'...