Skip to content

Instantly share code, notes, and snippets.

View Deithso's full-sized avatar

Mustapha Ejjanoui Deithso

View GitHub Profile
@cliffordp
cliffordp / functions.php
Last active July 7, 2018 02:57
Redirect The Events Calendar: Community Events' login form to custom WordPress login form page (prior to CE version 4.4.7)
<?php
/**
* From https://gist.github.com/cliffordp/75d45b7508b881abdf0b60d3aa677ecf
*
* Redirect The Events Calendar: Community Events' login form to custom WordPress login form.
*
* If using Community Events version 4.4.7 (June 1, 2017) or later, use https://gist.github.com/cliffordp/c78a2ca22a6f231abb5754540a5f86f4 instead
*
* @link https://developer.wordpress.org/reference/functions/wp_redirect/
*