1. Home
  2. For Devs
  3. Filter
  4. Register and Edit All Available Webhook Filters
  1. Home
  2. Plugins
  3. WP Webhooks
  4. For Devs
  5. Filter
  6. Register and Edit All Available Webhook Filters

Register and Edit All Available Webhook Filters

wpwhpro/webhooks/get_webhooks_triggers

Description:
This filter registers all of the available triggers inside of our plugin. You can use this filter also to register your very own webhook functions. For more information, you can check out our current registered filters for our registered webhooks.

Parameter Type Description
array() array An array of all the given wehook triggers

/**
* Filter and/or register all the given webhook filters
*/
return apply_filters( 'wpwhpro/webhooks/get_webhooks_triggers', array() );

Updated on August 10, 2019

Was this article helpful?

Related Articles