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.9.8.1

apply_filters('woocommerce_saved_payment_methods_list') is found 1 times:

  • /includes/wc-user-functions.php line 989
    985
    986
    987
    988
    989
    990
    991
    992
    993
    994
    995
    * @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 ); // phpcs:ignore WooCommerce.Commenting.CommentHooks.MissingHookComment
    }
     
    /**
     * Get info about customer's last order.
     *
     * @since 2.6.0

See this hook used in plugins: