Skip to content

Instantly share code, notes, and snippets.

@sethshoultes
sethshoultes / my_events_page.php
Last active December 11, 2015 10:29
Add an invoice link to Event Espresso WP User Integration addon version 1.9.7 and below. This is will be added in the WP User Integration addon version 1.9.8 and was requested in this forum post: http://eventespresso.com/topic/add-an-invoice-link-to-the-my-events-page/#post-31994
<?php
if (!function_exists('event_espresso_my_events')) {
function event_espresso_my_events(){
global $espresso_premium; if ($espresso_premium != true) return;
global $wpdb, $org_options;
global $ticketing_installed;
//$wpdb->show_errors();
require_once('user_vars.php');
?>