field_before() ); $style = ( ! empty( $this->field['style'] ) ) ? $this->field['style'] : 'normal'; echo ( ! empty( $this->field['content'] ) ) ? '
' . wp_kses_post( $this->field['content'] ) . '
' : ''; echo wp_kses_post( $this->field_after() ); } } }