Skip to content

Instantly share code, notes, and snippets.

@tomharrigan
Created February 9, 2014 21:13
Show Gist options
  • Select an option

  • Save tomharrigan/8905998 to your computer and use it in GitHub Desktop.

Select an option

Save tomharrigan/8905998 to your computer and use it in GitHub Desktop.
function woo_twitter_script($unique_id,$username,$limit) {
global $woo_options;
?>
<aside id="connect" class="fix"><div class="social"><ul>
<li><a href="<?php echo esc_url( $woo_options['woo_contact_twitter'] ); ?>" class="twitter" title="Twitter"><?php _e('Follow us on Twitter', 'woothemes'); ?></a></li>
</ul></div></aside>
<?php } // End woo_twitter_script()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment