WordPress – Start and end dates are being ignored in Gravity Forms API
I'm using the Gravity Forms API to return a list of entries. It almost works fine, with the only issue being that the start and end dates are being ignored. $form_id = isset($_GET['form-id']) ? $_GET['form-id'] : ''; $form = GFAPI::get_form($form_id);…