Passing complete URL including query strings
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Passing complete URL including query strings’ is closed to new replies.