Skip to content

Instantly share code, notes, and snippets.

@andrasguseo
Created July 17, 2017 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrasguseo/91c86e787b8fc09514e1c52bb7323b2a to your computer and use it in GitHub Desktop.
Save andrasguseo/91c86e787b8fc09514e1c52bb7323b2a to your computer and use it in GitHub Desktop.
<?php
/* The below function will change the url of "All Events" and
* links that point back to the starting page of The Events Calendar
* (by default http://domain.com/events
*
* Plugins: The Events Calendar
* Author: Barry Hughes
* Last Updated: July 17, 2017
*/
add_filter( 'tribe_get_events_link', function() {
return 'http://example.com';
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment