/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

  1. <?php
  2. /**
  3. * WPSEO plugin file.
  4. *
  5. * @package WPSEO\Admin
  6. */
  7. /**
  8. * Generate the HTML for a form element.
  9. */
  10. interface Yoast_Form_Element {
  11. /**
  12. * Return the HTML for the form element.
  13. *
  14. * @return string
  15. */
  16. public function get_html();
  17. }