Automattic\WooCommerce\Abilities

AbilityDefinition::get_namepublic staticWC 10.9.0

Get the ability name.

Method of the class: AbilityDefinition{}

No Hooks.

Returns

String.

Usage

$result = AbilityDefinition::get_name(): string;

Changelog

Since 10.9.0 Introduced.

AbilityDefinition::get_name() code WC 10.9.1

public static function get_name(): string;