WPSEO_Sitemap_Cache_Data_Interface::is_usable()
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() WPSEO Sitemap Cache Data Interface::is usable Yoast 24.9
public function is_usable();