• Resolved Alexandre

    (@videorecover)


    Hi,

    At the file wp-whatsapp/includes/nta-whatsapp-shortcode.php could you please change the public function nta_page_url() to pass full URL link, including query strings?

    instead using: return home_url(add_query_arg(array(), $wp->request));
    you could use: return add_query_arg( $_SERVER['QUERY_STRING'], '', home_url( $wp->request ) );

    Thank you very much

Viewing 1 replies (of 1 total)
  • Plugin Author Ninja Team

    (@ninjateam)

    Hi @videorecover ,

    Thanks for reaching out. You can change it to fit your need. We checked and we think that it is not neccessary to be changed because it may cause conflict with other third party plugins.

    Best regards,
    Kelly

Viewing 1 replies (of 1 total)
  • The topic ‘Passing complete URL including query strings’ is closed to new replies.