{ "error_code": "500", "data": { "zhuang_tai": "token_no", "times": "1782837027" } }
<?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();
}