WPSEO_Sitemap_Cache_Data_Interface::is_usable()publicYoast 1.0

Is the sitemap content usable ?

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

Хуков нет.

Возвращает

true|false. True if the sitemap is usable, False if not.

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

$WPSEO_Sitemap_Cache_Data_Interface = new WPSEO_Sitemap_Cache_Data_Interface();
$WPSEO_Sitemap_Cache_Data_Interface->is_usable();

Код WPSEO_Sitemap_Cache_Data_Interface::is_usable() Yoast 22.4

public function is_usable();