WP_Ability::get_description
Retrieves the detailed description for the ability.
Метод класса: WP_Ability{}
Хуков нет.
Возвращает
Строку. The detailed description for the ability.
Использование
$WP_Ability = new WP_Ability(); $WP_Ability->get_description(): string;
Список изменений
| С версии 6.9.0 | Введена. |
Код WP_Ability::get_description() WP Ability::get description WP 6.9
public function get_description(): string {
return $this->description;
}