‘POST’,
‘headers’ => [
‘Authorization’ => ‘Bearer nXLa 106N YdVi ONVJ RbhP FrLl’,
‘Content-Type’ => ‘application/json’,
],
‘body’ => json_encode([‘tags’ => [‘google-velemeny-kattintas’]])
];
wp_remote_request($url, $args);
}// Automatikus átirányítás
header(„Location: $redirect_url”);
exit;
?>