Yoast\WP\SEO\MyYoast_Client\User_Interface

MyYoast_Client_Integration::unschedule_key_rotationpublicYoast 1.0

Clears all scheduled key rotation events.

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

Хуков нет.

Возвращает

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

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

$MyYoast_Client_Integration = new MyYoast_Client_Integration();
$MyYoast_Client_Integration->unschedule_key_rotation(): void;

Код MyYoast_Client_Integration::unschedule_key_rotation() Yoast 28.3

public function unschedule_key_rotation(): void {
	\wp_clear_scheduled_hook( self::CRON_HOOK );
}