WPCF7_HTMLFormatter::__construct
Constructor.
Метод класса: WPCF7_HTMLFormatter{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$WPCF7_HTMLFormatter = new WPCF7_HTMLFormatter(); $WPCF7_HTMLFormatter->__construct( $options );
- $options
- .
По умолчанию:''
Код WPCF7_HTMLFormatter::__construct() WPCF7 HTMLFormatter:: construct CF7 6.1.6
public function __construct( $options = '' ) {
$this->options = wp_parse_args( $options, array(
'auto_br' => true,
'auto_indent' => true,
'allowed_html' => wpcf7_kses_allowed_html(),
) );
}