WPCF7_HTMLFormatter::append_preformatted
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() WPCF7 HTMLFormatter::append preformatted CF7 6.1.7
public function append_preformatted( $content ) {
$this->output .= $content;
}