field['attributes']['type'] ) ) ? $this->field['attributes']['type'] : 'text'; echo wp_kses_post( $this->field_before() ); echo 'field_attributes() .' />'; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped echo wp_kses_post( $this->field_after() ); } } }