Support

Account

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

  • Ahh, I see – so it will take an array and serialize it when it gets imported? That makes more sense…

    So it should be like:

    Array
    (
    [0] => 9801
    [1] => 10371
    )

    or this?

    array(9801,10371)