WPSEO_Replace_Vars::retrieve_category_description()privateYoast 1.0

Retrieve the category description for use as replacement string.

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

Хуков нет.

Возвращает

Строку|null.

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

// private - только в коде основоного (родительского) класса
$result = $this->retrieve_category_description();

Код WPSEO_Replace_Vars::retrieve_category_description() Yoast 22.4

private function retrieve_category_description() {
	return $this->retrieve_term_description();
}