Skip to content

Instantly share code, notes, and snippets.

@kenmasters
kenmasters / GFORM: GFAPI::get_entries + pagination
Created March 16, 2018 16:19
List gravityform entries using GFAPI class + pagination
# http://inlinedocs.gravityhelp.com/class-GFAPI.html
# https://docs.gravityforms.com/getting-started-with-the-gravity-forms-api-gfapi/
# working code
# notes: we are to going to lists submitted entries of the current loggedin user.
$form_ids = [19, 20, 21, 22, 23, 24, 25, 26]; // accepts single or array of form id's.
$search_criteria = array(
'field_filters' => array(
'mode' => 'any',