Skip to content

Instantly share code, notes, and snippets.

@jg314
jg314 / ce-redirect.php
Last active December 11, 2020 18:31
Events Calendar Community Events: Redirect users to a new page after submission
<?php
/*
* Send visitors who submit events to a different page after submission.
*
* This actually does the redirect. If an event was submitted, and we're about
* to reload the submission page (with a message instead of a form), this will
* redirect the user.
*
* @param WP $wp
* @return void