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