This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

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.

سوالات متداول

نقد و بررسی‌ها

خواندن تمامی 4 نقد و بررسی‌

توسعه دهندگان و همکاران

“Word Replacer” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

ترجمه “Word Replacer” به زبان شما.

علاقه‌ مند به توسعه هستید؟

Browse the code, check out the SVN repository, or subscribe to the development log by 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