WPSEO_Replacement_Variable::get_description()
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() WPSEO Replacement Variable::get description Yoast 24.9
public function get_description() { return $this->description; }