05/25/2018 at 9:01 am
#463667
Keymaster
@ Gina
The cn_register_custom_metabox_and_text_field is not a function in Connections, this would be something you or your dev would have added.
My best guess based on that name is that you or your dev was following this tutorial on how to add a custom text field.
The first line of code in that tutorial is this:
add_action( 'cn_metabox', 'cn_register_custom_metabox_and_text_field' );
This seems to indicate you’ve added this line of code, but not the actual function or you renamed the function without updating the action.
Locate this code and either correct it or remove it and the error will disappear.
Hope this helps!
