Support

Account

Home Forums Backend Issues (wp-admin) Pre-populate mulitiple Repeater rows Reply To: Pre-populate mulitiple Repeater rows

  • Hi John,

    I’ve tried this on a fresh install and it doesn’t work either.

    • When I comment out if if ($value !== NULL) it at least gets to the $value array. If I don’t, it always seems to return NULL.
    • The $value array runs, but only creates a repeater for each array (2 in the example) but the fields themselves are empty.
    • Var dump returns array(2) { [0]=> array(2) { ["title"]=> string(10) "Production" ["member"]=> string(7) "Testone" } [1]=> array(2) { ["title"]=> string(6) "Artist" ["member"]=> string(7) "Testtwo" } }

    Thank you for your efforts so far!