%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/buggydubrovnik.com/wp-content/themes/Avada/
Upload File :
Create Path :
Current File : /var/www/html/buggydubrovnik.com/wp-content/themes/Avada/custom.php

<?php
function generateBookingForm()
{
include($_SERVER['DOCUMENT_ROOT'].'/buggy-booking/form.php');
}
add_shortcode( 'generateBookingForm', 'generateBookingForm' );
function generateBookingPreview()
{
include($_SERVER['DOCUMENT_ROOT'].'/buggy-booking/preview.php');
}
add_shortcode( 'generateBookingPreview', 'generateBookingPreview' );

function thankYouPage()
{
include($_SERVER['DOCUMENT_ROOT'].'/buggy-booking/thankyou.php');
}
add_shortcode( 'thankYouPage', 'thankYouPage' );

function generatePremiumBookingForm()
{
    include($_SERVER['DOCUMENT_ROOT'].'/premium-booking/form.php');
}
add_shortcode( 'generatePremiumBookingForm', 'generatePremiumBookingForm' );
function generatePremiumBookingPreview()
{
    include($_SERVER['DOCUMENT_ROOT'].'/premium-booking/preview.php');
}
add_shortcode( 'generatePremiumBookingPreview', 'generatePremiumBookingPreview' );

function premiumThankYouPage()
{
    include($_SERVER['DOCUMENT_ROOT'].'/premium-booking/thankyou.php');
}
add_shortcode( 'premiumThankYouPage', 'premiumThankYouPage' );


function bookingFormV2($atts)
{
    $atts = shortcode_atts(
        array(
            'id' => '1',

        ),
        $atts
    );
    $tour_id=$atts["id"];
    include($_SERVER['DOCUMENT_ROOT'].'/bookingv2/form.php');
}
add_shortcode( 'bookingFormV2', 'bookingFormV2' );

function bookingPreviewV2()
{
    include($_SERVER['DOCUMENT_ROOT'].'/bookingv2/preview.php');
}
add_shortcode( 'bookingPreviewV2', 'bookingPreviewV2' );

function bookingThankYouV2()
{
    include($_SERVER['DOCUMENT_ROOT'].'/bookingv2/thankyou.php');
}
add_shortcode( 'bookingThankYouV2', 'bookingThankYouV2' );

Zerion Mini Shell 1.0