Support

Account

Home Forums Backend Issues (wp-admin) Filter all fields in field group? Reply To: Filter all fields in field group?

  • Yes, I forgot about flex fields. Field in a flex field do not have ‘parent’ they have ‘parent_layout’ or some such thing.

    you can still to it in a single if like this

    
    if ( !empty$field['parent'] &&  'group_XXXXXXXXX' == $field['parent'] ) {