WC_Product::get_hook_prefix PHP Méthode

get_hook_prefix() protected méthode

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