first
This commit is contained in:
@ -0,0 +1,19 @@
|
||||
<?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();
|
||||
}
|
Reference in New Issue
Block a user