开发者 | jaydipmakwana1996 |
---|---|
更新时间 | 2025年5月9日 01:30 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
.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()
.
/wp-content/plugins/
Tools > Field Finder for ACF
to use itNo, it requires the ACF plugin to be installed and active.
Yes, it uses the active theme directory (get_stylesheet_directory()
).