- Fixes data not being passed to API buildRequest method
This commit is contained in:
@ -68,6 +68,7 @@ class Links {
|
||||
$tracked_link = API::buildRequest(
|
||||
TrackAPI::ENDPOINT,
|
||||
TrackAPI::ACTION_CLICK,
|
||||
$data,
|
||||
$encode_data = false
|
||||
);
|
||||
// first, replace URL in the extracted HTML source with encoded link
|
||||
|
Reference in New Issue
Block a user