WPSEO_Installable{}Yoast 1.0

Represents the interface for an installable object.

Хуков нет.

Использование

$WPSEO_Installable = new WPSEO_Installable();
// use class methods

Методы

  1. public install()

Код WPSEO_Installable{} Yoast 22.4

interface WPSEO_Installable {

	/**
	 * Runs the installation routine.
	 *
	 * @return void
	 */
	public function install();
}