Yes, as long as the content is treated as strictly private, never accessible externally nor shared to anyone outside wpml, and used only for the sake of testing that specific bug.
To my request to take a copy of your site, you wrote this:
Yes, as long as the content is treated as strictly private, never accessible externally nor shared to anyone outside wpml, and used only for the sake of testing that specific bug.
We have strict guidelines about this. Please check them out in our privacy policy.
I accessed your site with the purpose of making a copy of it, but I cannot. The option to add a new plugin is not available to my user. Please see the attached screenshot.
Can you please send me a package with a copy of your site?
You can upload it to a service like Google Drive or Dropbox and share the link with me.
For this, I'll enable a private message for the next reply.
Our second-tier supporter has investigated this issue and further escalated it to our developers. He suggests a good alternative to the workaround you found.
$fieldParent = get_post( $acfFieldObject['parent'] );
//start of my fix
if ($fieldParent == NULL ){
$fieldParent = get_page_by_path($acfFieldObject['parent'], OBJECT, 'acf-field-group' );
}
//end of my fix
When a version with this fix is released, I'll update you here.