barisss adlı üyeden alıntı:
mesajı görüntüle
ozancanoruc adlı üyeden alıntı:
mesajı görüntüle
176
●16.970

function dinamikFiyat($atts = null, $content = null){
$content= file_get_contents("https://eu.api.battle.net/data/wow/token/?namespace=dynamic-eu&locale=en_GB&access_token=TOKEN");
$decoded = json_decode($content);
return '<div id="wowtoken_widget"><div class="price"><span>'.number_format($decoded->price / 10000).'</span></div><div style="text-align: center; background-color: rgba(0,0,0,.3); border-radius: 4px; box-shadow: 0 0 10px rgba(0,0,0,.63) inset; margin: 0 40px;"><span style="font-size: small; color: #ebdec2;">Son güncelleme: '.date('d.m.Y, H:i', ($decoded->last_updated_timestamp / 1000)).'</span></div></div>';
}
add_shortcode('fiyatcek', 'dinamikFiyat');Bu kodun wp_remote_get'e dönüştürülmesi gerekiyor. Yapabilir misiniz, yapabilirseniz ne kadara yaparsınız?