From 8a16dc821b5f1db8238c2fcfe5e0737c8a752ab5 Mon Sep 17 00:00:00 2001 From: David Smith Date: Mon, 20 Nov 2023 21:42:18 -0500 Subject: [PATCH] `gppa-split-new-lines-into-choices.php`: Added new snippet. --- .../gppa-split-new-lines-into-choices.php | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 gp-populate-anything/gppa-split-new-lines-into-choices.php 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 );