WC_Customer::get_hook_prefix()
Prefix for action and filter hooks on data.
Description Description
Return Return
(string)
Source Source
File: includes/class-wc-customer.php
protected function get_hook_prefix() {
return 'woocommerce_customer_get_';
}
Changelog Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |