Hey @nicholasscarth!
We apologize for the inconvenience you have faced.
Do you get the error on frontend of Google Maps WD plugin, or its backend? If it is frontend, please post the link to the page, where we can check this.
Thanks! Have a great weekend!
Hi @wdsupport
I receive the error in the backend when viewing the list of pins. I’m unable to use the search function or load more in order to view more pins.
Thanks
Nick
Hello @nicholasscarth!
In that case, could you please contact our support team directly using this form? Our developers will take a look and provide a solution ASAP.
Also please mention the link to this forum thread in your message. We will publish the fix here as well.
Thanks! Have a wonderful day!
Hey @nicholasscarth!
I am happy to inform you, that our development team has resolved the problem on your website. Could you please have a look? They have replaced the following code in /wd-google-maps/admin/views/GMWDView.php file:
var ajax_url = '<?php echo add_query_arg(admin_url('admin-ajax.php'),array('nonce_gmwd' => wp_create_nonce('nonce_gmwd'))); ?>';
with this code:
var ajax_url= '<?php echo admin_url('admin-ajax.php'); ?>';
Let me know in case there’s anything else we can assist you with.
Thank you! Have a great day!