Dev Resources

  • Home
  • Reference
  • BuddyX Theme
  • Functions
  • Hooks
  • Classes
Filter by type:
Search
Browse: Home / Reference / includes/data-stores/class-wc-payment-token-data-store.php

WC_Payment_Token_Data_Store::get_metadata()

Method: Returns metadata for a specific payment token.

Source: includes/data-stores/class-wc-payment-token-data-store.php:328

Used by 0 functions | Uses 0 functions

WC_Payment_Token_Data_Store::get_token_type_by_id()

Method: Get a token’s type by ID.

Source: includes/data-stores/class-wc-payment-token-data-store.php:339

Used by 0 functions | Uses 0 functions

WC_Payment_Token_Data_Store::set_default_status()

Method: Update’s a tokens default status in the database. Used for quickly looping through tokens and setting their statuses instead of creating a bunch of objects.

Source: includes/data-stores/class-wc-payment-token-data-store.php:361

Used by 0 functions | Uses 0 functions

WC_Payment_Token_Data_Store::read_extra_data()

Method: Read extra data associated with the token (like last4 digits of a card for expiry dates).

Source: includes/data-stores/class-wc-payment-token-data-store.php:184

Used by 1 function | Uses 0 functions

WC_Payment_Token_Data_Store::save_extra_data()

Method: Saves extra token data as meta.

Source: includes/data-stores/class-wc-payment-token-data-store.php:201

Used by 2 functions | Uses 0 functions

WC_Payment_Token_Data_Store::get_tokens()

Method: Returns an array of objects (stdObject) matching specific token criteria.

Source: includes/data-stores/class-wc-payment-token-data-store.php:235

Used by 0 functions | Uses 1 function

WC_Payment_Token_Data_Store::get_users_default_token()

Method: Returns an stdObject of a token for a user’s default token.

Source: includes/data-stores/class-wc-payment-token-data-store.php:293

Used by 0 functions | Uses 0 functions

WC_Payment_Token_Data_Store::get_token_by_id()

Method: Returns an stdObject of a token.

Source: includes/data-stores/class-wc-payment-token-data-store.php:311

Used by 0 functions | Uses 0 functions

WC_Payment_Token_Data_Store::delete()

Method: Remove a payment token from the database.

Source: includes/data-stores/class-wc-payment-token-data-store.php:134

Used by 0 functions | Uses 0 functions

WC_Payment_Token_Data_Store::read()

Method: Read a token from the database.

Source: includes/data-stores/class-wc-payment-token-data-store.php:150

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