WPSEO_Replace_Vars::retrieve_caption()privateYoast 1.0

Retrieve the attachment caption for use as replacement string.

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

Хуков нет.

Возвращает

Строку|null.

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

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

Код WPSEO_Replace_Vars::retrieve_caption() Yoast 22.4

private function retrieve_caption() {
	return $this->retrieve_excerpt_only();
}