WP_Ability::get_name(): string

In this article

Retrieves the name of the ability, with its namespace.

Description

Example: my-plugin/my-ability.

Return

string The ability name, with its namespace.

Source

public function get_name(): string {
	return $this->name;
}

Changelog

VersionDescription
6.9.0Introduced.

User Contributed Notes

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