Merhaba, denemedim ama bu kod işinizi görür sanırım.

add_action('init', 'cng_author_base');
function cng_author_base() {
    global $wp_rewrite;
    $author_slug = 'uye'; // change slug name
    $wp_rewrite->author_base = $author_slug;
}