Dev Resources

  • Home
  • Reference
  • BuddyX Theme
  • Functions
  • Hooks
  • Classes
Filter by type:
Search
Browse: Home / Reference / includes/abstracts/abstract-wc-payment-gateway.php

WC_Payment_Gateway::get_new_payment_method_option_html()

Method: Displays a radio button for entering a new payment method (new CC details) instead of using a saved method.

Source: includes/abstracts/abstract-wc-payment-gateway.php:518

Used by 1 function | Uses 0 functions

WC_Payment_Gateway::save_payment_method_checkbox()

Method: Outputs a checkbox for saving a new payment method to the database.

Source: includes/abstracts/abstract-wc-payment-gateway.php:537

Used by 0 functions | Uses 0 functions

WC_Payment_Gateway::add_payment_method()

Method: Add payment method via account screen. This should be extended by gateway plugins.

Source: includes/abstracts/abstract-wc-payment-gateway.php:556

Used by 0 functions | Uses 1 function

WC_Payment_Gateway::credit_card_form()

Method: Core credit card form which gateways can use if needed. Deprecated – inherit WC_Payment_Gateway_CC instead.

Source: includes/abstracts/abstract-wc-payment-gateway.php:441

Used by 1 function | Uses 1 function

WC_Payment_Gateway::tokenization_script()

Method: Enqueues our tokenization script to handle some of the new form options.

Source: includes/abstracts/abstract-wc-payment-gateway.php:454

Used by 0 functions | Uses 2 functions

WC_Payment_Gateway::saved_payment_methods()

Method: Grab and display our saved payment methods.

Source: includes/abstracts/abstract-wc-payment-gateway.php:477

Used by 0 functions | Uses 3 functions

WC_Payment_Gateway::get_saved_payment_method_option_html()

Method: Gets saved payment method HTML from a token.

Source: includes/abstracts/abstract-wc-payment-gateway.php:497

Used by 1 function | Uses 0 functions

WC_Payment_Gateway::process_refund()

Method: Process refund.

Source: includes/abstracts/abstract-wc-payment-gateway.php:379

Used by 0 functions | Uses 0 functions

WC_Payment_Gateway::validate_fields()

Method: Validate frontend fields.

Source: includes/abstracts/abstract-wc-payment-gateway.php:390

Used by 0 functions | Uses 0 functions

WC_Payment_Gateway::payment_fields()

Method: If There are no payment fields show the description if set.

Source: includes/abstracts/abstract-wc-payment-gateway.php:398

Used by 0 functions | Uses 3 functions
1 2 3 Next »
Proudly powered by WordPress