<?php $curl = curl_init(); // Get the current post ID. $post_id = get_the_ID(); // Get the 'video_refresh_url' ACF field value for the current post. $video_refresh_url = get_field("chau_video_refresh_url", $post_id); // Use the variable $video_refresh_url for the cURL request. curl_setopt_array($curl, [ CURLOPT_URL => $video_refresh_url, CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => "", CURLOPT_MAXREDIRS => 10, CURLOPT_TIMEOUT => 30, CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, CURLOPT_CUSTOMREQUEST => "GET", CURLOPT_HTTPHEADER => [ "Authorization: Bearer E9YdEy6ZAjvigAwY8jCxCJdE2zTp0AO8lv5Jk8sP", "User-Agent: insomnia/8.4.5" ], ]); $response = curl_exec($curl); $err = curl_error($curl); curl_close($curl); if ($err) { echo "cURL Error #:" . $err; } else { //process response to shorten url $responseData = json_decode($response, true); // Extract the long URL $longUrl = $responseData['value'][0]['file']; echo $longUrl; $yourls_api_url = 'https://links.omnichannelplus.com/yourls-api.php'; $token = '63a72d7acd'; // Prepare data for API request $data = array( 'signature' => $token, 'action' => 'shorturl', 'url' => $longUrl, 'format' => 'json' ); // Initialize cURL $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $yourls_api_url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, $data); // Execute the request $response = curl_exec($ch); curl_close($ch); // Decode the response $shortUrlResponse = json_decode($response, true); if (isset($shortUrlResponse['shorturl'])) { // Short URL echo 'Short URL: ' . $shortUrlResponse['shorturl']; } else { // Handle error echo 'Error: ' . $shortUrlResponse['message']; } } ?>

Jacuzzi Bath Remodel
Hi, Simon! You requested an appointment
Your notes about the project
Our recommendation
I’m sorry for any confusion, the image you provided showed a natural landscape, not a home renovation project. Therefore, providing an accurate recommendation is a bit challenging. However, Jacuzzi Bath Remodel offers ranges of high-quality products for any size projects and budgets:
1. Jacuzzi Bathtubs: If you’re looking to create a spa-like experience in your home, our bathtubs could be a perfect choice. They come in various styles and configurations to meet your needs and budget.
2. Jacuzzi Showers: These provide a luxurious shower experience. They are customizable based on your preference and can include features like rain shower heads or handheld shower wands.
3. Jacuzzi Thermaspas: If you have outdoor space and want to create a relaxation spot, a thermaspa could be an excellent option. They’re especially perfect for tranquility and relaxation, mimicking the natural hot springs you’ve shown in your image.
For a tailored recommendation, could you please provide more details about

After...
Would you prefer to call us now?
At Jacuzzi Bath Remodel, we know that comfort should never come at the expense of style. That’s why, in addition to these innovative features, we also offer an array of aesthetic elements for you to choose from to update the appearance of your bathroom. Whether you opt for a Jacuzzi® bathtub/shower combo or choose to replace your existing tub with a new Jacuzzi® walk-in shower, you’ll be able to enjoy sophisticated and imaginative designs crafted from the best materials for increased beauty and durability.