On Mon, Apr 23, 2012 at 4:55 PM, Otto <otto at ottodestruct.com> wrote: > global $pagenow; > $url = admin_url($pagenow.'?'.$_SERVER['QUERY_STRING']); $url = add_query_arg(); That gives you an URL relative to the domain root. Mike