Yoast\WP\SEO\MyYoast_Client\User_Interface
MyYoast_Cleanup_Integration::cleanup
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() MyYoast Cleanup Integration::cleanup Yoast 27.7
public function cleanup(): void {
$this->cleanup->execute();
}