WP_Ability_Category::get_description(): string

In this article

Retrieves the detailed description for the ability category.

Return

string The detailed description for the ability category.

Source

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

Changelog

VersionDescription
6.9.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.