Skip to content

Instantly share code, notes, and snippets.

@timersys
Last active September 18, 2015 15:54
Show Gist options
  • Save timersys/38c3870dfec7b50d9402 to your computer and use it in GitHub Desktop.
Save timersys/38c3870dfec7b50d9402 to your computer and use it in GitHub Desktop.
%%CUSTOMURL%% filter for Wordpress Social Invitations
add_filter( 'wsi/placeholders/custom_url', 'wsi_my_custom_link' );
function wsi_my_custom_link() {
return Wsi_Queue::shortenUrl('http://wp.timersys.com');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment