- This topic has 1 reply, 2 voices, and was last updated 2 years, 7 months ago by .
-
Topic
-
Hi, I’ve a group with clone=> true inside a group with colne=> true like this:
array( 'id' => 'menu', 'type' => 'group', 'clone' => true, 'sort_clone' => true, 'fields' => array(....) .... array('name' => __( 'name',), 'id' => 'list', 'type'=> 'group', 'clone' => true, 'sort_clone' => true, 'fields' => array(.....)
I clone many groups but when I save I lost the last 20 groups I created. Why? there is a limit for clone? I try to set max_clone to 1000 but don’t work.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.