“external_id” Issue
-
Hello,
I’m using the latest available version of PixelYourSite.
With “Use external_id” and “Use transient WP for storage external_id” enabled, the frontend AJAX request:wp-admin/admin-ajax.php?action=pys_get_pbid
returned0, and thepbidcookie was never created.
In the current plugin code,get_pbid_ajax()checks$this->externalId, but a global search shows thatset_pbid()is defined and apparently never called.
Adding:$this->set_pbid();
at the beginning ofget_pbid_ajax()fixes the issue. The AJAX endpoint then returns:{"success":true,"data":{"pbid":"...","transient":"..."}}
and thepbidcookie is created correctly.
Could you confirm whether this is a regression in the latest version and provide an official fix?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.