Yoast_Form_Element::get_html()publicYoast 1.0

Return the HTML for the form element.

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

Хуков нет.

Возвращает

Строку.

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

$Yoast_Form_Element = new Yoast_Form_Element();
$Yoast_Form_Element->get_html();

Код Yoast_Form_Element::get_html() Yoast 22.1

public function get_html();