Describe the bug
Currently, to index data from an ACF repeater field, the plugin relies on the ep_prepare_meta_allowed_protected_keys filter. However, this filter is not triggered if the post has no other meta fields. This occurs because in prepare_meta, the process exits early if it’s empty.
Steps to Reproduce
- Create the ACF repeater field and set the option to index it.
- Ensure the post has no other meta fields.
Screenshots, screen recording, code snippet
No response
Environment information
No response
WordPress information
No response
Code of Conduct
Describe the bug
Currently, to index data from an ACF repeater field, the plugin relies on the
ep_prepare_meta_allowed_protected_keys filter. However, this filter is not triggered if the post has no other meta fields. This occurs because inprepare_meta, the process exits early if it’s empty.Steps to Reproduce
Screenshots, screen recording, code snippet
No response
Environment information
No response
WordPress information
No response
Code of Conduct