Automattic\WooCommerce\Internal\Abilities\Domain
ProductsQuery::get_name
Get the ability name.
Method of the class: ProductsQuery{}
No Hooks.
Returns
String.
Usage
$result = ProductsQuery::get_name(): string;
Changelog
| Since 10.9.0 | Introduced. |
ProductsQuery::get_name() ProductsQuery::get name code WC 11.0.1
public static function get_name(): string {
return 'woocommerce/products-query';
}