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” به زبان شما.

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

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

گزارش تغییرات

1.0

  • Initial release with core field search functionality