WordPress code snippets are small chunks of code you can use to extend the functionality of a WordPress website. A WordPress snippet can contain a mix of PHP, Javascript, CSS, and HTML and usually added to your active theme’s functions.php file.
Adding this to the functions.php of your wordpress theme will change the default mysite.com/author/name to mysite.com/profile/name, however you can ...