Add a hook in order to display pre-filtered entries for front end user
add a hook function that would allow developer to display entries that match a custom criteria
1
vote
Anonymous
shared this idea
Hi! Check out the `gravityview_get_entries` filter, that does what you need: https://github.com/gravityview/GravityView/blob/1e56843f3554e5bb132586afd59b6addf411be5e/includes/class-frontend-views.php#L1148-L1163
Thanks!