Visual User Description Editor
Replaces the user "Biographical Info" profile field with a TinyMCE visual editor.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 1132 days ago • 2 reviews
Is Visual User Description Editor abandoned?
Possibly abandoned (last update 1132 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
Replaces the user “Biographical Info” profile field with a TinyMCE visual editor, allowing you to write user biography using rich text.
This plugin is multisite-compatible; if you would like to use it on every blog, network activate the plugin from the network dashboard. Otherwise, activate the plugin for individual sites.
Copyright
Visual User Description Editor
Copyright (c) 2022 zwwuu https://zwwuu.dev/
License: GPLv2
Source: https://github.com/zwwuu/visual-user-description-editor
Visual User Description Editor is based on Visual Editor Biography v1.4
License: GPLv2
Source: https://github.com/Kevinlearynet/Visual-Biography-Editor
Installation
- Search for ‘Visual User Description Editor’ in the ‘Plugins > Add New’ menu and click ‘Install’
- Activate the plugin through the ‘Plugins’ menu in WordPress
Frequently Asked Questions
By default, the visual editor is available to current user with ‘edit_post’ capability.
You can change this by hooking into the ‘vude_can_use_visual_editor’ filter.
add_filter( 'vude_use_visual_editor', 'my_custom_use_visual_editor' );
function my_custom_use_visual_editor( $use_visual_editor) {
return current_user_can( 'edit_others_pages' )
}
Review feed
Changelog
1.2.0
- Bumped the “Tested up to” tag to WP 6.1
1.1.1
- Update readme.txt
1.1.0
- Bumped the “Tested up to” tag to WP 6.0
1.0.0
- Initial release

