wlwmanifest_link()WP 2.3.1

Устарела с версии 6.3.0. Больше не поддерживается и может быть удалена. Используйте and no longer included in core, so output from this function is removed.

Displays the link to the Windows Live Writer manifest file.

Хуков нет.

Возвращает

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

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

wlwmanifest_link();

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

С версии 2.3.1 Введена.
Устарела с 6.3.0 WLW manifest is no longer in use and no longer included in core,
so the output from this function is removed.

Код wlwmanifest_link() WP 6.5.2

function wlwmanifest_link() {
	_deprecated_function( __FUNCTION__, '6.3.0' );
}