/wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php
https://bitbucket.org/carloskikea/helpet · PHP · 20 lines · 4 code · 3 blank · 13 comment · 0 complexity · 07061a88295f59213047f9d4fa80ceb8 MD5 · raw file
- <?php
- /**
- * WPSEO plugin file.
- *
- * @package WPSEO\Admin\Formatter
- */
- /**
- * Interface to force get_values
- */
- interface WPSEO_Metabox_Formatter_Interface {
- /**
- * Returns formatter values.
- *
- * @return array
- */
- public function get_values();
- }