PATH:
home
/
lab2454c
/
carbonbullionexchange.com
/
wp-content
/
themes
/
hello-theme-child-master
<?php function cbg_link(){ $json_latest_co2 = file_get_contents('https://api.kyotounit.com/?action=get_co2_latest'); $response_data_co2 = json_decode($json_latest_co2); $data_co2 = $response_data_co2->kyotounit; //echo "price of co2 offset: ".$data_gold; $json_latest_gold = file_get_contents('https://api.metals.live/v1/spot'); $response_data_gold = json_decode($json_latest_gold); $data_gold = $response_data_gold[0]->gold; //echo "price of gold: ".$data_gold; $price_of_gold_centi = $data_gold / 2834.95; //echo $price_of_gold_centi; $price_of_gold_centi_per = $price_of_gold_centi * 50; //echo $price_of_gold_centi_per; $cbg = $data_co2 + $price_of_gold_centi_per; $cbg_new = number_format((float)$cbg, 2, '.', ''); echo "<p>$ " . $cbg_new . "</p>"; } add_shortcode('cbg', 'cbg_link'); ?>
[+]
woocommerce
[-] custom-shortcodes.php
[edit]
[+]
..
[-] style.css
[edit]
[-] readme.txt
[edit]
[-] screenshot.png
[edit]
[-] functions.php
[edit]