WC_Payment_Token_ECheck::get_hook_prefix()protectedWC 3.0.0

Hook prefix

Method of the class: WC_Payment_Token_ECheck{}

No Hooks.

Return

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_ECheck::get_hook_prefix() code WC 8.7.0

protected function get_hook_prefix() {
	return 'woocommerce_payment_token_echeck_get_';
}