Created
April 29, 2012 20:23
-
-
Save PaulHughes01/2553060 to your computer and use it in GitHub Desktop.
Premium Theme affiliate functions.php copy/paste code.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* Copy and paste the code below (edited as stated in the instructions below) in your premium theme's functions.php file. */ | |
| /* Copy and paste your Events Calendar Pro affiliate URL in between the quotes after `$affiliate_url = `. */ | |
| function tribe_affiliate_link_events_calendar_pro() { | |
| $affiliate_url = 'http://THIS-IS-WHERE-THE-AFFILIATE-URL-GOES'; | |
| return $affiliate_url; | |
| } | |
| add_filter( 'tribe_help_tab_ecp_tribe_url', 'tribe_affiliate_link_events_calendar_pro' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment