Skip to content

Instantly share code, notes, and snippets.

@sareiodata
Created October 5, 2012 18:56
Show Gist options
  • Save sareiodata/3841687 to your computer and use it in GitHub Desktop.
Save sareiodata/3841687 to your computer and use it in GitHub Desktop.
function osu_author_bio($value, $user_id) {
return nl2br($value); // this PHP function should read newlines (n) and output HTML breaks
}
add_filter('get_the_author_description', 'osu_author_bio', 10, 2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment