How to clone dynamically values
-
Hello,
I need to store IDs in a custom field and return it in an array, ex: array (4, 22, 97, 1).
How is the best method to do it?
I’m trying to do it with text type and clone = true but I don’t know how to add values dynamically with a php function.
array(
‘id’ => ‘receive_notification’,
‘name’ => ‘Notifications’,
‘type’ => ‘text’,
‘clone’ => true
),Can anyone help me? Thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘How to clone dynamically values’ is closed to new replies.