Files
medicalalert-web-reloaded/wp/wp-content/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php
Rachit Bhargava 5d0f0734d8 first commit
2023-07-21 17:12:10 -04:00

20 lines
251 B
PHP

<?php
/**
* WPSEO plugin file.
*
* @package WPSEO\Admin
*/
/**
* Generate the HTML for a form element.
*/
interface Yoast_Form_Element {
/**
* Return the HTML for the form element.
*
* @return string
*/
public function get_html();
}