Support

Account

Home Forums Backend Issues (wp-admin) Import json Reply To: Import json

  • I’m not sure what the status of the ticket is but I was experiencing the same problem.

    I traced it to a call to the WP object cache (specifically wp_cache_get on line 788 of api-field.php) which was returning 0 (false) for two fields (a true/false field and a select field) but not for the text field.

    I didn’t have time to dig any deeper, but rolling back to 5.3.3.2 fixed the issue for me.

    I’m not sure if it was related, but the same field weren’t being displayed on the appropriate setting page.