WPCF7_HTMLFormatter::__construct()publicCF7 1.0

Constructor.

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

Хуков нет.

Возвращает

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

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

$WPCF7_HTMLFormatter = new WPCF7_HTMLFormatter();
$WPCF7_HTMLFormatter->__construct( $options );
$options **
-
По умолчанию: ''

Код WPCF7_HTMLFormatter::__construct() CF7 6.0.6

public function __construct( $options = '' ) {
	$this->options = wp_parse_args( $options, array(
		'auto_br' => true,
		'auto_indent' => true,
	) );
}