acf_field['allow_null'] ) { $output .= sprintf( '', acf_esc_attr( [ 'type' => 'hidden', 'name' => $input_atts['name'], ] ) ); } $output .= parent::render_input( $input_atts, $is_quickedit ); return $output; } }