Closed mf3k closed 5 years ago
Hello,
I was trying to use table field inside a group, but it doesn't return any value.
Is this a bug or am I doing something wrong?
Thank you for your help and time.
The table fields data should exists like… $group = get_field( 'groupfield_name' ); $group['tablefield_name'] // this is where the table data are
Hello,
I was trying to use table field inside a group, but it doesn't return any value.
Is this a bug or am I doing something wrong?
Thank you for your help and time.