Download PixelYourSite PRO v8.6.12 - Powerful WordPress Plugin for FaceBook Nulled
PixelYourSite Pro v8.6.12
April 20, 2022
- Video links updated.
- New filter that lets developers get the Facebook CAPI event IDs.
Usage example:
add_filter(“pys_before_send_fb_server_event”,”pys_test”,10,3);
function pys_test($event,$pixelId,$eventId) {
error_log(“Send event for pixel $pixelId id = $eventId”);
return $event;
}
It is called before the event is sent to the FB server
3 parameters:
– the first one is the event obje