Dev Resources

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

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

WC_Webhook::is_active()

Method: Returns if webhook is active.

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

Used by 1 function | Uses 1 function

WC_Webhook::is_valid_topic()

Method: Returns if topic is valid.

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

Used by 1 function | Uses 2 functions

WC_Webhook::is_valid_action()

Method: Validates the criteria for certain actions.

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

Used by 1 function | Uses 3 functions

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
« Previous 1 … 4 5 6 Next »
Proudly powered by WordPress