WPCF7_HTMLFormatter::append_comment
Appends an HTML comment to the output property.
Метод класса: WPCF7_HTMLFormatter{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$WPCF7_HTMLFormatter = new WPCF7_HTMLFormatter(); $WPCF7_HTMLFormatter->append_comment( $tag );
- $tag(строка) (обязательный)
- An HTML comment.
Код WPCF7_HTMLFormatter::append_comment() WPCF7 HTMLFormatter::append comment CF7 6.1.5
public function append_comment( $tag ) {
$this->append_preformatted( $tag );
}