function netsuite_table_shortcode() { $url = 'https://739136.extforms.netsuite.com/app/site/hosting/scriptlet.nl?script=3251&deploy=1&compid=739136&ns-at=AAEJ7tMQ3c-qPq6Xy9kBm3lw8-_UalKh5IMA5JOEiU3wSjyGdQE&token=abc123456&id=19630'; // ๐ Cache (5 minutes) $cached = get_transient('netsuite_item_19630'); if (!$cached) { $response = wp_remote_get($url); if (is_wp_error($response)) { return 'Error fetching data'; } $body = wp_remote_retrieve_body($response); set_transient('netsuite_item_19630', $body, 20); } else { $body = $cached; } $data = json_decode($body, true); if (!$data || isset($data['error'])) { return 'Invalid data'; } // ๐ผ๏ธ Build full image URL (important) $imageUrl = ''; if (!empty($data['image']['url'])) { $imageUrl = 'https://739136.app.netsuite.com' . $data['image']['url']; } // ๐งพ Render HTML $html = '