Automattic\WooCommerce\Internal\Abilities\Domain

OrderAddNote::get_namepublic staticWC 10.9.0

Get the ability name.

Method of the class: OrderAddNote{}

No Hooks.

Returns

String.

Usage

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

Changelog

Since 10.9.0 Introduced.

OrderAddNote::get_name() code WC 11.0.1

public static function get_name(): string {
	return 'woocommerce/order-add-note';
}