Dev Resources

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

WC_Webhook::deliver_ping()

Method: Send a test ping to the delivery URL, sent when the webhook is first created.

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

Used by 0 functions | Uses 3 functions

WC_Webhook::get_name()

Method: Get the friendly name for the webhook.

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

Used by 0 functions | Uses 0 functions

WC_Webhook::get_status()

Method: Get the webhook status.

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

Used by 2 functions | Uses 0 functions

WC_Webhook::get_date_created()

Method: Get webhook created date.

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

Used by 0 functions | Uses 0 functions

WC_Webhook::get_date_modified()

Method: Get webhook modified date.

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

Used by 0 functions | Uses 0 functions

WC_Webhook::get_wp_api_payload()

Method: Get WP API integration payload.

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

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

woocommerce_webhook_should_deliver

Filter Hook: Let other plugins intercept deliver for some messages queue like rabbit/zeromq.

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

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