woocommerce_payment_token_class, WC_Payment_Token_ . $type, $type
woocommerce_payment_token_class, WC_Payment_Token_ . $type, $type
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_payment_token_class, WC_Payment_Token_ . $type, $type') is found 1 times:
- /includes/class-wc-payment-tokens.php line 240
Warning: Undefined array key 242 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 243 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 244 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 245 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
* @since 3.8.0 * @param string $class Payment token class. * @param string $type Token type. */ return apply_filters( 'woocommerce_payment_token_class', 'WC_Payment_Token_' . $type, $type ); } }