WPSEO_Addon_Manager::get_site_information
Retrieves the site information.
Метод класса: WPSEO_Addon_Manager{}
Хуков нет.
Возвращает
stdClass. The site information.
Использование
// private - только в коде основоного (родительского) класса $result = $this->get_site_information();
Код WPSEO_Addon_Manager::get_site_information() WPSEO Addon Manager::get site information Yoast 27.5
private function get_site_information() {
if ( ! $this->has_installed_addons() ) {
return $this->get_site_information_default();
}
return $this->get_myyoast_site_information();
}