Yoast_Form_Fieldset::html() public Yoast 1.0
Запрещена (устарела) с версии 11.9. Больше не поддерживается и может быть удалена. Рекомендуется заменить эту функцию на аналог.
Output the rendered view.
{} Это метод класса: Yoast_Form_Fieldset{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$Yoast_Form_Fieldset = new Yoast_Form_Fieldset(); $Yoast_Form_Fieldset->html();
Список изменений
Устарела с | 11.9 |
Код Yoast_Form_Fieldset::html() Yoast Form Fieldset::html Yoast 15.6.2
public function html() {
_deprecated_function( __METHOD__, '11.9' );
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Reason: This is deprecated.
echo $this->get_html();
}