Cloning is corrupted
-
In the File “class-acf-field-clone.php” ,
The Line 237 show the following mistake:public function acf_clone_clone_field( $field, $clone_field ) {
I think this is a find & replace typo “acf_clone_clone_field” >>> Should be “acf_clone_field“, or try to fix it.
Also, when fixded, there are more missed/bugs such as Line:244, where if ( $field[‘prefix_name‘] ) { , and prefix_name is not in the array. It seems that using the wrong code here, since fixing need better compare with the original previous version code!.Or, the function acf_clone_field() is completely missing!
Thanks in advance
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.