Home / Admin / Event URL (Simple Usage) | Display Eventbrite Events
Duplicate Snippet

Embed Snippet on Your Site

Event URL (Simple Usage) | Display Eventbrite Events

This filter allows you to adjust the event URL. This is primarily so you can add tracking information to your link – see https://www.eventbrite.com/support/articles/en_US/How_To/how-to-create-promotional-tracking-links?lg=en_GB

(Note this code snippet applies for "Display Eventbrite Events Plugin" available here: https://fullworksplugins.com/products/widget-for-eventbrite/ )

Code Preview
php
<?php
add_filter( 'wfea_event_url', function ( $url) {
	return $url . '?aff=affiliate1';
});

Comments

Add a Comment