這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Suicide

外掛說明

Removes all the content from your blog’s database on a per table basis.

To use simply install and visit the Tools > Suicide page.

For multisite installs of WordPress visit Network Admin > Sites > Network Suicide to choose which sites you would like to remove content from.

If you’re interested in contributing to the code behind this plugin, it’s also hosted on GitHub:
https://github.com/justincwatt/wp-suicide

螢幕擷圖

  • This is what Suicide looks like. Scary, huh?

安裝方式

Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.

常見問題集

Is Suicide reversible?

No.

使用者評論

閱讀全部 3 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Suicide〉的開發相關工作。

參與者

將〈Suicide〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

2.0

  • Security Fix: Fixed nonce so that it is checked properly and will not allow suicide to happen if invalid
  • Bugfix: Renamed plugin function to prevent fatal conflicts with other plugins/core function names
  • Feature: Added ability to suicide all network content on a WordPress Multisite install
  • Upgrade: Moved suicide functions into a Suicide object
  • Users can suicide all network content from Network Admin > Sites > Network Suicide
  • By default the plugin is deactivated after use on an individual site. Stays active at network level

1.5

  • Add wp_nonce_field check, minor code cleanup

1.4

  • Update for WordPress 2.9 (wp_commentmeta table added)

1.3

  • Deactivate wp-suicide after running (thanks Steven!)

1.2

  • Update for WordPress 2.3 (post2cat and link2cat became wp_term_relationships, and categories became terms and term_taxonmy)

1.1

  • Update for WordPress 2.1 (linkcategories table renamed link2cat)

1.0

  • Initial version