WPSEO_Replacement_Variable::get_description()publicYoast 1.0

Returns the description of the replacement variable.

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

Хуков нет.

Возвращает

Строку.

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

$WPSEO_Replacement_Variable = new WPSEO_Replacement_Variable();
$WPSEO_Replacement_Variable->get_description();

Код WPSEO_Replacement_Variable::get_description() Yoast 22.4

public function get_description() {
	return $this->description;
}