WC_Product::get_hook_prefix PHP Method

get_hook_prefix() protected method

Prefix for action and filter hooks on data.
Since: 2.7.0
protected get_hook_prefix ( ) : string
return string
    protected function get_hook_prefix()
    {
        return 'woocommerce_product_get_';
    }
WC_Product