woocommerce_get_customer_payment_tokens, $tokens, $customer_id, $gateway_id
woocommerce_get_customer_payment_tokens, $tokens, $customer_id, $gateway_id
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_get_customer_payment_tokens, $tokens, $customer_id, $gateway_id') is found 1 times:
- /includes/class-wc-payment-tokens.php line 88
'limit' => apply_filters( 'woocommerce_get_customer_payment_tokens_limit', get_option( 'posts_per_page' ) ), ) ); return apply_filters( 'woocommerce_get_customer_payment_tokens', $tokens, $customer_id, $gateway_id ); } /** * Returns a customers default token or NULL if there is no default token. * * @since 2.6.0