Have you tried using $wp_query ? global $wp_query; var_dump($wp_query->query_vars);. For a single variable, you can use get_query_var.
確定! 回上一頁