Filter: bricks/webhook/timeout
Allows you to modify the timeout duration (in seconds) for webhook requests triggered by the Form element.
Parameters
Section titled “Parameters”$timeout(int): The timeout duration in seconds. Default is15.
Example usage
Section titled “Example usage”add_filter( 'bricks/webhook/timeout', function( $timeout ) { // Increase timeout to 30 seconds return 30;} );Was this helpful?
A quick vote and short notes help us improve these docs faster.
Leave a note for us
Thanks for sharing feedback. We're using it to improve these docs.