foreach ( $this->get_routes() as $route => $callbacks ) {
            $data = array();

            $route = preg_replace( '#\(\?P(<\w+?>).*?\)#', '$1', $route );