Dev Resources

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

WC_Webhook::is_valid_post_action()

Method: Validates post actions.

Source: includes/class-wc-webhook.php:208

Used by 1 function | Uses 1 function

WC_Webhook::is_valid_user_action()

Method: Validates user actions.

Source: includes/class-wc-webhook.php:228

Used by 1 function | Uses 0 functions

WC_Webhook::is_valid_processing_action()

Method: Validates WC processing actions.

Source: includes/class-wc-webhook.php:246

Used by 1 function | Uses 1 function

WC_Webhook::is_valid_resource()

Method: Checks the resource for this webhook is valid e.g. valid post status.

Source: includes/class-wc-webhook.php:273

Used by 1 function | Uses 2 functions

WC_Webhook::is_already_processed()

Method: Checks if the specified resource has already been queued for delivery within the current request.

Source: includes/class-wc-webhook.php:306

Used by 1 function | Uses 0 functions

WC_Webhook::deliver()

Method: Deliver the webhook payload using wp_safe_remote_request().

Source: includes/class-wc-webhook.php:316

Used by 0 functions | Uses 10 functions

WC_Webhook::get_legacy_api_payload()

Method: Get Legacy API payload.

Source: includes/class-wc-webhook.php:366

Used by 1 function | Uses 3 functions

WC_Webhook::process()

Method: Process the webhook for delivery by verifying that it should be delivered.

Source: includes/class-wc-webhook.php:110

Used by 0 functions | Uses 2 functions

woocommerce_webhook_process_delivery

Action Hook: Process webhook delivery.

Source: includes/class-wc-webhook.php:126

Used by 1 function | Uses 0 functions

WC_Webhook::should_deliver()

Method: Helper to check if the webhook should be delivered, as some hooks.

Source: includes/class-wc-webhook.php:139

Used by 1 function | Uses 6 functions
« Previous 1 … 4 5 6 Next »
Proudly powered by WordPress