Title: Visual Editor Biography
Author: Kevin Leary
Published: <strong>2012년 1월 19일</strong>
Last modified: 2012년 3월 22일

---

플러그인 검색

![](https://ps.w.org/visual-biography-editor/assets/banner-772x250.png?rev=492432)

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](https://s.w.org/plugins/geopattern-icon/visual-biography-editor_e6e6e6.svg)

# Visual Editor Biography

 작성자: [Kevin Leary](https://profiles.wordpress.org/kevinlearynet/)

[다운로드](https://downloads.wordpress.org/plugin/visual-biography-editor.zip)

 * [세부사항](https://ko.wordpress.org/plugins/visual-biography-editor/#description)
 * [평가](https://ko.wordpress.org/plugins/visual-biography-editor/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/visual-biography-editor/#installation)
 * [개발](https://ko.wordpress.org/plugins/visual-biography-editor/#developers)

 [지원](https://wordpress.org/support/plugin/visual-biography-editor/)

## 설명

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](https://codex.wordpress.org/Create_A_Network#WordPress_Plugins)
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.

## 스크린샷

 * [[
 * The TinyMCE visual editor added to the _Users > Profile_ page
 * [[
 * The formatted front end view for `get_the_author_meta('description')` and `the_author_meta('
   description')`

## 설치

 1. Install easily with the WordPress plugin control panel or manually download the
    plugin and upload the folder `visual-editor-biography` to the `/wp-content/plugins/`
    directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

## 후기

![](https://secure.gravatar.com/avatar/b386c3be63ad40515532f06f0a3f8fc3c5a9c760da75708f03eff64f35cd66d4?
s=60&d=retro&r=g)

### 󠀁[Still word well](https://wordpress.org/support/topic/still-word-well/)󠁿

 [shawfactor](https://profiles.wordpress.org/shawfactor/) 2022년 5월 22일

Great plugins last and this one still worsk well.

![](https://secure.gravatar.com/avatar/e375f8b274badb1c1c5d360299feaba06ec1658a48a3fe983d77ca149b93b15c?
s=60&d=retro&r=g)

### 󠀁[A good plugin with a need for an update](https://wordpress.org/support/topic/a-good-plugin-with-a-need-for-an-update/)󠁿

 [certainlyakey](https://profiles.wordpress.org/certainlyakey/) 2018년 1월 18일

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.

![](https://secure.gravatar.com/avatar/c378aee095230b7a96185c5e91175eb8922cebd50225aaf37c23cd3b09a47c1a?
s=60&d=retro&r=g)

### 󠀁[This appears to improve the security of this](https://wordpress.org/support/topic/this-appears-to-improve-the-security-of-this/)󠁿

 [lectest1](https://profiles.wordpress.org/lectest1/) 2017년 12월 10일

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).

![](https://secure.gravatar.com/avatar/112596744797595f0b3bf6dcaec64429243da85c6c6322c4407dcbc455c85b15?
s=60&d=retro&r=g)

### 󠀁[Works great](https://wordpress.org/support/topic/works-great-2367/)󠁿

 [Mindshare Labs, Inc.](https://profiles.wordpress.org/mindshare/) 2016년 9월 3일

Thanks!

![](https://secure.gravatar.com/avatar/9b90d865143f656d045406f23a81437501df67b1e8ccc73e60ddd862904d6a4a?
s=60&d=retro&r=g)

### 󠀁[Works fine, but a security hole.](https://wordpress.org/support/topic/works-fine-but-a-security-hole/)󠁿

 [Jean Michel Caupain](https://profiles.wordpress.org/jmrc/) 2016년 9월 3일

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.

 [ 모든 11 평가 읽기 ](https://wordpress.org/support/plugin/visual-biography-editor/reviews/)

## 기여자 & 개발자

“Visual Editor Biography”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에
기여하였습니다.

기여자

 *   [ Kevin Leary ](https://profiles.wordpress.org/kevinlearynet/)

[자국어로 “Visual Editor Biography”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/visual-biography-editor)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/visual-biography-editor/)
는, [SVN 저장소](https://plugins.svn.wordpress.org/visual-biography-editor/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/visual-biography-editor/)을 [RSS](https://plugins.trac.wordpress.org/log/visual-biography-editor/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 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](http://somadesign.ca/)
   for making this great suggestion.

#### 1.3

 * Restrict the rich text editing profile switch to contributor level users or higher
   for security
 * Add current_user_can() restrictions for added security throughout plugin

#### 1.2

 * Fix issue with JS loading on user-edit.php; when administrators edit other people’s
   bio’s

#### 1.1

 * Updates and bug fixes for older WordPress versions
 * Add plugin Banner to /assets/ folder for WordPress repository

#### 1.0

 * Initial public release to the WordPress plugin repository

## 기초

 *  버전 **1.4**
 *  최근 업데이트: **14년 전**
 *  활성화된 설치 **1,000+**
 *  워드프레스 버전 ** 3.3.0 또는 그 이상 **
 *  다음까지 시험됨: **3.3.2**
 *  언어
 * [English (US)](https://wordpress.org/plugins/visual-biography-editor/)
 * 태그:
 * [bio](https://ko.wordpress.org/plugins/tags/bio/)[biography](https://ko.wordpress.org/plugins/tags/biography/)
   [profile](https://ko.wordpress.org/plugins/tags/profile/)[rich](https://ko.wordpress.org/plugins/tags/rich/)
   [text](https://ko.wordpress.org/plugins/tags/text/)
 *  [고급 보기](https://ko.wordpress.org/plugins/visual-biography-editor/advanced/)

## 평점

 별 5점 만점에 4.8점.

 *  [  10/5-별점 후기     ](https://wordpress.org/support/plugin/visual-biography-editor/reviews/?filter=5)
 *  [  2/4-별점 후기     ](https://wordpress.org/support/plugin/visual-biography-editor/reviews/?filter=4)
 *  [  0/3-별점 후기     ](https://wordpress.org/support/plugin/visual-biography-editor/reviews/?filter=3)
 *  [  0/2-별점 후기     ](https://wordpress.org/support/plugin/visual-biography-editor/reviews/?filter=2)
 *  [  0/1-별점 후기     ](https://wordpress.org/support/plugin/visual-biography-editor/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/visual-biography-editor/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/visual-biography-editor/reviews/)

## 기여자

 *   [ Kevin Leary ](https://profiles.wordpress.org/kevinlearynet/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/visual-biography-editor/)