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

Word Replacer

설명

Word Replacer is a WordPress plugin to replace any texts or words with another. You can filter which content to be replaced, eg. only in page, comment, or post. With very userfriendly administration page you can manage list of word easily. It’s also can be used to censor any bad words in your comments. And… bbPress 🙂

Features

  1. With regex support.
  2. Userfriendly administration page.
  3. Define yourself what word to replace in where. (e.g. a word shoud be replaced in comment but not in post etc)

스크린샷

  • Settings page where you can add/remove your words.

설치

The installation process.

  1. Upload to the /wp-content/plugins/ directory. Or Directly upload from your Plugin management page.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to Settings menu and you will see Word Replacer sub menu.

FAQ

후기

모든 4 평가 읽기

기여자 & 개발자

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

기여자

자국어로 “Word Replacer”(을)를 번역하세요.

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

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

0.4

  • Fixed: Suppress error PHP Warning: Missing argument 2 for WordReplacer::word_replacer_comment() if comment disabled.

0.3.3

  • Fixed: If original word contains [ or ] and regex not checked cause loop replacement

0.3.2

  • Fixed: error on WordPress 3.6 caused by deprecated function $wpdb->escape

0.3.1

  • Fix typo

0.3

  • Added: Now supported bbPress
  • Added: Option to strip backslash during update words ( if necessary )
  • Improved code

0.2.3

  • Changed: now use Class.
  • Changed: replacement field is now textarea with autoresize.
  • Fixed: form submitted twice (bug in version 0.2.2)
  • Fixed: Initial field is back (was lost in version 0.2.2).
  • Added: filter priority, so it can override many other filter plugins.
  • Added: checkbox to easy delete multiple rows.
  • Improve: few code improvement.

0.2.2

  • Fixed: array_diff error.
  • Changed: submit button name.
  • Added: nonce check.

0.2.1

  • Changed: original and replacement field in database is now TEXT type instead of VARCHAR
  • Fixed: plugins will analyze first whether original value in databse is base64 encoded (bug in version 0.2, when upgrade from version 0.1)

0.2

  • Regex support
  • Some bug fixes
  • Changed: Now using preg_replace PHP functions, instead of str_replace
  • Added: Replace title and page title
  • Added: Search whole word only
  • Added: Search case insensitive
  • Added: Contextual help
  • Changed: Original words saved to the database is now base64 encoded, to keep character consistency.
  • Added: Expand/collapse options page
  • Removed: initial word value (badword/good word)

0.1

  • First release