woocommerce_saved_payment_methods_list

woocommerce_saved_payment_methods_list

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_saved_payment_methods_list') is found 1 times:

  • /includes/wc-user-functions.php line 850
     * @param int $customer_id Customer ID.
     * @return array
     */
    function wc_get_customer_saved_methods_list( $customer_id ) {
    	return apply_filters( 'woocommerce_saved_payment_methods_list', array(), $customer_id );
    }
    
    /**
     * Get info about customer's last order.
     *
     * @since 2.6.0
    

See this hook used in plugins: