WordPress获取当前页面链接 04/14, 2020 作者 东方皓 global $wp; $current_url = home_url(add_query_arg(array(),$wp->request));
感谢分享,谢谢站长!!