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