WPCF7_HTMLFormatter::append_preformattedpublicCF7 1.0

Appends preformatted text to the output property.

Метод класса: WPCF7_HTMLFormatter{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$WPCF7_HTMLFormatter = new WPCF7_HTMLFormatter();
$WPCF7_HTMLFormatter->append_preformatted( $content );
$content(обязательный)
.

Код WPCF7_HTMLFormatter::append_preformatted() CF7 6.1.7

public function append_preformatted( $content ) {
	$this->output .= $content;
}