author_base = $_POST['AS_author_slug'];
# Flush/refresh the Wordpress rewrite rules
$wp_rewrite->flush_rules();
echo '
'.__('Settings saved', 'author-slug').'
';
}
$author_slug = get_option('AS_author_slug');
?>
}
/**
* AS_author_base() - Change the WP rewrite author base
*/
function AS_author_base() {
global $wp_rewrite;
$author_slug = get_option('AS_author_slug');
$wp_rewrite->author_base = $author_slug;
}