Dev Resources

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

WC_Webhook_Data_Store::get_webhook_count()

Method: Count webhooks.

Source: includes/data-stores/class-wc-webhook-data-store.php:372

Used by 1 function | Uses 1 function

WC_Webhook_Data_Store::get_count_webhooks_by_status()

Method: Get total webhook counts by status.

Source: includes/data-stores/class-wc-webhook-data-store.php:391

Used by 0 functions | Uses 2 functions

WC_Webhook_Data_Store::validate_status()

Method: Check if a given string is in known statuses, based on return value of @see wc_get_webhook_statuses().

Source: includes/data-stores/class-wc-webhook-data-store.php:409

Used by 1 function | Uses 1 function

WC_Webhook_Data_Store::get_transient_key()

Method: Get the transient key used to cache a set of webhook IDs, optionally filtered by status.

Source: includes/data-stores/class-wc-webhook-data-store.php:422

Used by 2 functions | Uses 0 functions

WC_Webhook_Data_Store::delete_transients()

Method: Delete the transients used to cache a set of webhook IDs, optionally filtered by status.

Source: includes/data-stores/class-wc-webhook-data-store.php:432

Used by 3 functions | Uses 2 functions

WC_Webhook_Data_Store::search_webhooks()

Method: Search webhooks.

Source: includes/data-stores/class-wc-webhook-data-store.php:238

Used by 1 function | Uses 1 function

WC_Webhook_Data_Store::create()

Method: Create a new webhook in the database.

Source: includes/data-stores/class-wc-webhook-data-store.php:24

Used by 0 functions | Uses 3 functions

WC_Webhook_Data_Store::read()

Method: Read a webhook from the database.

Source: includes/data-stores/class-wc-webhook-data-store.php:74

Used by 0 functions | Uses 0 functions

WC_Webhook_Data_Store::update()

Method: Update a webhook.

Source: includes/data-stores/class-wc-webhook-data-store.php:116

Used by 0 functions | Uses 3 functions

WC_Webhook_Data_Store::delete()

Method: Remove a webhook from the database.

Source: includes/data-stores/class-wc-webhook-data-store.php:175

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