Skip to content

Instantly share code, notes, and snippets.

@jamigibbs
Created May 11, 2015 20:14
Show Gist options
  • Save jamigibbs/c4c86cc47adac78a9ccb to your computer and use it in GitHub Desktop.
Save jamigibbs/c4c86cc47adac78a9ccb to your computer and use it in GitHub Desktop.
TEC: Jetpack social icons on events
function tweakecp_add_jpshare() {
if ( function_exists( 'sharing_display' ) ) {
$shares = sharing_display( '', true );
$assess = trim($shares);
if ( empty($assess) ) $shares = ' sharing_display() is not returning anything ';
}
return $shares;
}
add_action( 'tribe_events_after_the_content', 'tweakecp_add_jpshare' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment