WPCF7_HTMLFormatter::output
Closes all remaining tags, returns and resets the output.
Метод класса: WPCF7_HTMLFormatter{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$WPCF7_HTMLFormatter = new WPCF7_HTMLFormatter(); $WPCF7_HTMLFormatter->output();
Код WPCF7_HTMLFormatter::output() WPCF7 HTMLFormatter::output CF7 6.1.7
public function output() {
$this->close_all_tags();
$output = $this->output;
$this->output = '';
return $output;
}