diff --git a/includes/class-wc-customer.php b/includes/class-wc-customer.php index 949bcdbf2e9..43587c5d1e3 100644 --- a/includes/class-wc-customer.php +++ b/includes/class-wc-customer.php @@ -126,16 +126,6 @@ class WC_Customer extends WC_Legacy_Customer { } } - /** - * Prefix for action and filter hooks on data. - * - * @since 3.0.0 - * @return string - */ - protected function get_hook_prefix() { - return 'woocommerce_customer_get_'; - } - /** * Delete a customer and reassign posts.. *