class-acf-for-dokan.php error
-
Currently, we have an issue with the file class-acf-for-dokan.php: on line 211. Here, we had to directly insert the following code to avoid the error:
if(empty($custom_field)){$custom_field = '';}
However, as you know, making this modification directly in the plugin would result in losing these changes when updating the plugin, causing the error to reappear.
We tried changing the file through a child theme, using the same plugin path, but without success. We think there might be a restriction for making changes to the plugin in this manner.
We also attempted to use a hook, but that was unsuccessful too.
We would appreciate it if you could provide us with a way to edit the plugin or if you know how to solve this error, or the reason behind it. Thank you for your attention.
The page I need help with: [log in to see the link]
- The topic ‘class-acf-for-dokan.php error’ is closed to new replies.