groundhogg/broadcast/{broadcast_type}/before

Execute a block of code before sending a specific type of broadcast.

do_action( "groundhogg/broadcast/{broadcast_type}/before", $this, $contact, $event );

Here, broadcast_type will be replaced with the type of broadcast so a block of code does not run each and every time.

This hook returns three arguments which are the object of the broadcast class, Object of the Contact class and Object of the Event class.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us