add_action('init', function () {
foreach (['country', 'city'] as $param) add_rewrite_tag('%' .$param . '%', '([^&]+)');
add_rewrite_rule('^link/([^/]*)/([^/]*)/?', 'index.php?page_id=21&country=$matches[1]&city=$matches[2]', 'top');
}, 10, 0);
/link/a/b/
/link/