Field Finder for ACF

外掛說明

Field Finder for ACF helps WordPress developers quickly locate where specific Advanced Custom Fields (ACF) are used inside their theme’s .php files.

It searches through your active theme’s directory and lists files that reference the selected ACF field using get_field(), the_field(), or get_sub_field().

安裝方式

  1. Upload the plugin folder to /wp-content/plugins/
  2. Activate the plugin through the WordPress ‘Plugins’ menu
  3. Go to Tools > Field Finder for ACF to use it

常見問題集

Does this plugin work without ACF?

No, it requires the ACF plugin to be installed and active.

Does it search child themes?

Yes, it uses the active theme directory (get_stylesheet_directory()).

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

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

參與者

將〈Field Finder for ACF〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.0.1

  • Improved UI with modern design elements and smoother interactions
  • Better spacing, font sizes, button styles, and hover effects
  • Code formatting updates for better readability

1.0

  • Initial release with core field search functionality