WPSEO_Installable{}
Represents the interface for an installable object.
Хуков нет.
Использование
$WPSEO_Installable = new WPSEO_Installable(); // use class methods
Методы
- public install()
Код WPSEO_Installable{} WPSEO Installable{} Yoast 27.3
interface WPSEO_Installable {
/**
* Runs the installation routine.
*
* @return void
*/
public function install();
}