Yoast\WP\SEO\MyYoast_Client\User_Interface

MyYoast_Cleanup_Integration::cleanuppublicYoast 1.0

Cleans up all MyYoast client data.

Метод класса: MyYoast_Cleanup_Integration{}

Хуков нет.

Возвращает

null. Ничего (null).

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

$MyYoast_Cleanup_Integration = new MyYoast_Cleanup_Integration();
$MyYoast_Cleanup_Integration->cleanup(): void;

Код MyYoast_Cleanup_Integration::cleanup() Yoast 27.7

public function cleanup(): void {
	$this->cleanup->execute();
}