WC_Data::get_hook_prefix()
Prefix for action and filter hooks on data.
Description Description
Return Return
(string)
Source Source
File: includes/abstracts/abstract-wc-data.php
protected function get_hook_prefix() { return 'woocommerce_' . $this->object_type . '_get_'; }
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |