• Resolved moultrex

    (@moultrex)


    Hello, fantastic plugin.

    Can you query the data with native wordrpess functions or after they are stored in custom table you have to write custom code to retrieve those fields?

    If i want to show the acf fields will the native acf method work to get those fields?

    Thank you.

Viewing 1 replies (of 1 total)
  • Plugin Author Eduardo Marcolino

    (@eduardomarcolino)

    Hi @moultrex,

    By default the data is still stored in WP Post Meta so you can query the posts the same way as before using WP Meta Query.

    But if you want to query using the data stored in the table created by the “ACF: Fields in Custom Table” plugin you will have to use the posts_join and posts_where filters.

Viewing 1 replies (of 1 total)

The topic ‘Query Fields’ is closed to new replies.