/wp-content/plugins/wordpress-seo/admin/interface-installable.php
https://bitbucket.org/carloskikea/helpet · PHP · 19 lines · 4 code · 2 blank · 13 comment · 0 complexity · 9de4ebd042a2071bb50a51491ba7d43c MD5 · raw file
- <?php
- /**
- * WPSEO plugin file.
- *
- * @package WPSEO\Admin
- */
- /**
- * Represents the interface for an installable object.
- */
- interface WPSEO_Installable {
- /**
- * Runs the installation routine.
- *
- * @return void
- */
- public function install();
- }