Viewing 1 replies (of 1 total)
  • Plugin Contributor FARAZFRANK

    (@farazfrank)

    Hi Lavish,

    Thanks for appreciation.

    Yes, It’s possible.

    Here the instruction:
    1. Open file appointment-calendar-shortcode.php

    2. Search code line

    if(get_option('emailtype') == 'smtp')
    {
    ...
    ....
    .....
    }

    3.Add below code line after } close braces

    if(get_option('emailtype') == 'smtp')
    {
    ...
    ....
    .....
    }
    wp_redirect( 'your-redirect-url-here' );

    And you done.

    Kind Regards
    ~Frank

Viewing 1 replies (of 1 total)
  • The topic ‘Redirect’ is closed to new replies.