WPSEO_Addon_Manager::remove_site_information_transients()publicYoast 1.0

Removes the site information transients.

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

Хуков нет.

Возвращает

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

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

$WPSEO_Addon_Manager = new WPSEO_Addon_Manager();
$WPSEO_Addon_Manager->remove_site_information_transients();

Код WPSEO_Addon_Manager::remove_site_information_transients() Yoast 22.3

public function remove_site_information_transients() {
	delete_transient( self::SITE_INFORMATION_TRANSIENT );
	delete_transient( self::SITE_INFORMATION_TRANSIENT_QUICK );
}