WC_Payment_Token_CC::get_hook_prefix
Hook prefix
Method of the class: WC_Payment_Token_CC{}
No Hooks.
Returns
null. Nothing (null).
Usage
// protected - for code of main (parent) or child class $result = $this->get_hook_prefix();
Changelog
| Since 3.0.0 | Introduced. |
WC_Payment_Token_CC::get_hook_prefix() WC Payment Token CC::get hook prefix code WC 10.6.2
protected function get_hook_prefix() {
return 'woocommerce_payment_token_cc_get_';
}