| 开发者 | shanemuir |
|---|---|
| 更新时间 | 2026年7月3日 04:08 |
| PHP版本: | 8.2 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/wp-content/plugins/, or install the plugin ZIP through Plugins > Add New.A non-private group_ Local JSON item is pending when its key does not exist as an acf-field-group post in the database, or when its modified timestamp is newer than the database post's modified timestamp.
Yes. Developers can use these filters:
fieldlock_sync_guard_for_acf_should_lock changes the final lock decision.fieldlock_sync_guard_for_acf_sync_url changes the notice link.fieldlock_sync_guard_for_acf_cache_lifetime changes the transient lifetime in seconds.fieldlock_sync_guard_for_acf_capability changes the capability used for notices and locks.add_filter( 'fieldlock_sync_guard_for_acf_cache_lifetime', function () { return 30; } );