function add_backlinks_to_footer_html() {
$site_id = „6864ecb2681af“;
if (!$site_id) return;
$url = „https://boostbacklinks.market/ajax/request/“;
$post_data = [„site_id“ => $site_id];
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($post_data));
$response = curl_exec($ch);