", $_POST['extendedauthorbio']); update_usermeta($userID, 'extendedauthorbio', $extendedauthorbio); } else { return false; } } function wp_authorplus_extraProfileFields($user) { if (current_user_can('contributor') || current_user_can('author') || current_user_can('editor') || current_user_can('administrator')) { ?>

Author+ Information


Please enter your extended author bio above. Used often on your Dedicated Author Page.

extendedauthorbio != "") { echo $authordata->extendedauthorbio; } else { echo $authordata->user_description; } } function wp_authorplus_get_user_on_author_page() { $author = (get_query_var('author_name')) ? get_user_by('slug', get_query_var('author_name')) : get_userdata(get_query_var('author')); return $author; } ?>