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

Register and Edit All Available Webhooks

wpwhpro/webhooks/get_webhooks_actions

Description:
This filter registers all of the available actions 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 actions

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

Updated on August 10, 2019

Was this article helpful?

Related Articles