• This client that I am using your plugin has a lot of repeater fields in their posts. And since this plugin displays all meta fields so I can select, it is displaying all. It’s so many that it became impossible to select post metas. I need to exit the settings page quickly before my browser freezes.

    https://imgur.com/yCsJbWr

    Not sure if there is a way to avoid this or not. Just wanted to bring this to your attention.

Viewing 1 replies (of 1 total)
  • Plugin Author Sumit Singh

    (@5um17)

    Hi,

    Yes there is filter which you can use to filter the SQL query.

    wpes_meta_keys_query

    Suggested query:-

    select DISTINCT meta_key from $wpdb->postmeta where meta_key NOT LIKE '\_%' AND meta_key NOT LIKE 'xtk_webinar_registration_%' ORDER BY meta_key ASC
    

    Hope it helps!

    • This reply was modified 6 years, 10 months ago by Sumit Singh.
Viewing 1 replies (of 1 total)
  • The topic ‘Any way to not display multiple ACF repeater fields?’ is closed to new replies.