WPSEO_Sitemaps::sitemap_close()publicYoast 1.4.16

Prevent stupid plugins from running shutdown scripts when we're obviously not outputting HTML.

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

Хуков нет.

Возвращает

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

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

$WPSEO_Sitemaps = new WPSEO_Sitemaps();
$WPSEO_Sitemaps->sitemap_close();

Список изменений

С версии 1.4.16 Введена.

Код WPSEO_Sitemaps::sitemap_close() Yoast 22.4

public function sitemap_close() {
	remove_all_actions( 'wp_footer' );
	die();
}