Support

Account

Home Forums General Issues Convert plain text to Importable Post Object Reply To: Convert plain text to Importable Post Object

  • You just need to convert the json to an array. ACF will use the array value.

    
    $posts = array(1,2,3,4,5);
    update_field($selector, $posts, $post_id);