Thread Starter
dilge
(@dilge)
Thank you for the answer. Would it be possible to create user profiles like author or contributor roles in WP for those who need to see the site. Do you think it would work? or it blocks every kind of access from blocked country?
Thank you in advance
Thread Starter
dilge
(@dilge)
Hi Sergiu,
I downloaded the version 1.0.8 and switch the api.php file so it fixed my issue. But i did your solution as well working perfect. Thanks a lot.
Thread Starter
dilge
(@dilge)
These are the lines shows syntax error in api.php file
$user_data = [
“user_id” => $user->getPlatformUserId(),
“created_at” => $date->format( DateTime::ISO8601 ),
‘client_id’ => $client_id
];