woocommerce_get_customer_payment_tokens

woocommerce_get_customer_payment_tokens

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_get_customer_payment_tokens') 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