I’ve added a custom entry meta with gform_update_meta
to an entry when it’s added and got some buttons and stuff to change that meta.
But when I’m using \GFAPI::get_entries
like this:
\GFAPI::get_entries(
$form_id,
[ ['key' => 'my_custom_meta', 'value' => 'meta_value'] ],
['key' => 'created_at', 'direction' => 'ASC']
)
It doesn’t recognize my meta field.