diff --git a/gp-populate-anything/gppa-split-new-lines-into-choices.php b/gp-populate-anything/gppa-split-new-lines-into-choices.php new file mode 100644 index 000000000..7b82776bc --- /dev/null +++ b/gp-populate-anything/gppa-split-new-lines-into-choices.php @@ -0,0 +1,25 @@ + $value, + 'value' => $value, + 'isSelected' => false, + ); + } + } + + return $new_choices; +}, 10, 3 );