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() );