/wp-content/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php
https://bitbucket.org/carloskikea/helpet · PHP · 19 lines · 4 code · 2 blank · 13 comment · 0 complexity · 4e7b0acd1547061027970d436ae14225 MD5 · raw file
- <?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();
- }