PluginSift
PluginsThemesCompare
Directory
  • Plugins
  • Themes
  • Compare Plugins
Plugin Comparisons
  • SEO
  • Security
  • Ecommerce
  • Page Builders
  • Caching
  • Backup
  • Forms
  • Analytics
Resources
  • About
  • Contact
  • llms.txt

© 2026 PluginSift. Data sourced from WordPress.org. · [email protected]

  1. Home
  2. Plugins
  3. Bio
  4. Visual Editor Biography
Visual Editor Biography icon

Visual Editor Biography

Replaces the author "Biographical Info" profile field with a TinyMCE visual editor.

By Kevin Leary·Bio·Free
4.8(12 reviews)
·1.0K+ active installs·Updated 14 years ago
DownloadVisit HomepageCompare

As of April 2026, Visual Editor Biography is a WordPress bio plugin with 1.0K+ active installations and a 4.8/5 rating from 12 reviews. It has been downloaded 17K+ times in total. Requires WordPress 3.3.0+ and PHP false+. Available on WordPress.org since 2012. Last updated 14 years ago — may have compatibility concerns. Downloads are down 30% this week. Top alternative: WP MyLinks.

4.8/512 reviews
1.0K+active installs
17K+total downloads
14 yearssince 2012

Overview

Replaces the Biographical Info profile field with the WordPress visual editor, TinyMCE, allowing you to editor an author’s biography using rich text.

Please note that this plugins modifies the output of get_the_author_meta('description') and the_author_meta('description'), apply the same filters used to format content in the main editor.

Multisite Compatibility

The Visual Editor Biography plugin is compatibly with WordPress Multisite, just use the Network Activate feature to enable a visual editor on every site. If you only want a visual editor for a specific site then activate the plugin for that site only.

Read full description on WordPress.org

Screenshots

Ratings & Reviews

4.812 reviews
5 ★
10
4 ★
2
3 ★
0
2 ★
0
1 ★
0

Recent Reviews

Still word well
by shawfactor·3 years ago

Great plugins last and this one still worsk well.

A good plugin with a need for an update
by certainlyakey·8 years ago

It’s a good plugin, but being so old it’s got its share of problems already. Here’s an updated version that adds Polylang compatibility (by Rocco Marco Guglielmi), composer.json and a hook to change passed WP_editor args.

This appears to improve the security of this
by lectest1·8 years ago

Nice, straightforward plugin.

Replacing the public function save_filters() function with the following appears to sanitize the input:

public function save_filters() {
		
		// Contributor level user or higher required
		if ( !current_user_can('edit_posts') )
			return;
			
		//disable WordPress sanitization to allow more than just $allowedtags from /wp-includes/kses.php
		remove_filter('pre_user_description', 'wp_filter_kses');
		//add sanitization 
		add_filter( 'pre_user_description', 'wp_filter_post_kses');
	}

Credit for the sanitize snippet to: http://badlywired.com/2015/03/allow-html-in-user-description/ (although it may be seen on 1 or 2 other posts/sites).

  • This topic was modified 8 years, 3 months ago by lectest1.
  • This topic was modified 8 years, 3 months ago by lectest1.
Works great
by Mindshare Labs, Inc.·10 years ago

Thanks!

Works fine, but a security hole.
by Jean Michel Caupain·10 years ago

This plugin is extremely convenient but you should change a line of code before using it.

File: visual-editor-biography.php
Line 137: remove_all_filters(‘pre_user_description’);

This allows you to use HTML by removing all filters, making it impossible for other plugins to adjust anything AND more important, it allows users to run <script> tags. Use this instead:

remove_filter('pre_user_description', 'wp_filter_kses');
add_filter('pre_user_description', 'wp_filter_post_kses');

This removes only the strict HTML filter and replaces it with a less strict version, allowing links, images and markup including divs.

Download Trends

Today: 9Yesterday: 8This week: 59Period total: 3K

Compatibility

WordPress3.3.0+ requiredTested up to 3.3.2
PHPfalse+ required

Version Adoption

v1.4
100.0%

Top Alternatives to Visual Editor Biography

WP MyLinks icon
WP MyLinks
3.91.0K+ installsUpdated 1 year ago
ViewCompare
Author Bio Box icon
Author Bio Box
4.81.0K+ installsUpdated 4 years ago
ViewCompare
Visual User Description Editor icon
Visual User Description Editor
51.0K+ installsUpdated 3 years ago
ViewCompare
Author Box WP Lens icon
Author Box WP Lens
51.0K+ installsUpdated 4 months ago
ViewCompare
Connections Business Directory Toolbar icon
Connections Business Directory Toolbar
5300 installsUpdated 1 year ago
ViewCompare
View all bio plugins →

Frequently Asked Questions

Changelog

1.4

  • Check for ‘edit_posts’ capability instead of ‘contributor’ for accurate role checks
  • Remove ‘the_content’ filters from get_the_author_description() function and instead add filters individually to avoid future conflicts with other plugins: wptexturize(), wpautop() and convert_chars(). Thanks to Matt Wiebe for making this great suggestion.
View full changelog on WordPress.org

Contributors

Kevin LearyKevin Leary
Plugin Info
Version
1.4
Last Updated
Mar 22, 2012
WP Requires
3.3.0+
Tested Up To
3.3.2
PHP Requires
false+
Active Installs
1.0K+
Downloads
17K+
Added
Jan 19, 2012
Business
Free

Tags

biorichtextprofilebiography

Developer

K
Kevin Leary
4 plugins0.0M+ total installs
View all plugins →

Quick Compare

Visual Editor Biography vs WP MyLinks→Visual Editor Biography vs Author Bio Box→Visual Editor Biography vs Visual User Description Editor→

Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.