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

Edit Custom Fields

外掛說明

This plugin offers a simple interface to edit or delete any Custom Field names/keys you may have created in the post/page editor.

Deleting a Custom Field also deletes the associated content, so use with caution!

This is not meant to be a powerful plugin in the vein of Advanced Custom Fields.

Only users with role Editor and above have access to this plugin.

安裝方式

  1. Upload edit-custom-fields.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

使用者評論

2026 年 1 月 21 日
Taking over a site from another developer, there were a lot of old custom fields that were no longer in use after I rebuilt it, which made it hard to get an overview when adding new ones. This plugin worked very well – thanks!Worked fine for me on a WordPress version 6.9 site.
2025 年 5 月 30 日
Installed and run on a WordPress working on version 6.8.1 with Php version 8.2 without major issues. The plugin moved fast and did the job in seconds. Highly recommended!
2025 年 1 月 14 日
Very good and easy to use. Does what it should. Very nice, neatly under Tools menu!
2024 年 4 月 30 日
Although the plugin hasn’t been tested with the current WordPress release, it did the job for me. It cleaned up several unused CPT orphans and cleared them from my website’s database without causing any problems. Hope the developer will test and update the plugin with the current version of WordPress so it feels a bit more secure to use.
2023 年 10 月 15 日 3 則留言
Not impressed. Description says “This plugin offers a simple interface to edit or delete any Custom Field names/keys you may have created in the post/page editor. Deleting a Custom Field also deletes the associated content, so use with caution!”It only deleted the CONTENT from a custom field, but it definitely does NOT delete the field.I have so much meta-garbage collected over the years, and there is obviously no way to clean this mess up.
閱讀全部 16 則使用者評論

參與者及開發者

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

參與者

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

對開發相關資訊感興趣?

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

變更記錄

0.1.10

  • Update text domain

0.1.9

  • More sanitiziation and hardening

0.1.8

  • Use wp_verify_nonce to protect against CSRF
  • Use sprintf for translations.

0.1.7

  • Use $wpdb->prepare

0.1.6

  • Add nonce checks

0.1.4

  • Fixed regression from 0.1.2 onward that broke plugin when custom field key was
    used in multiple posts.

0.1.3

  • Removed broken function that broke 0.1.2
  • Fixed some Markdown formatting errors in readme.

0.1.2

  • DUH: Allowed for db table prefixes other than wp_ :self-flagellates:
  • Embarrasing typo on “Confirm Custom Field Deleteion” screen :S
  • Querying by ID now rather than key so that keys with spaces work smh

0.1.1

Fixed the stable tag in the readme.txt file.

0.1

Initial release.