Yoast_Form_Element{}
Generate the HTML for a form element.
Хуков нет.
Использование
$Yoast_Form_Element = new Yoast_Form_Element(); // use class methods
Методы
- public get_html()
Код Yoast_Form_Element{} Yoast Form Element{} Yoast 24.1
interface Yoast_Form_Element { /** * Return the HTML for the form element. * * @return string */ public function get_html(); }