Advertisement
Guest User

Untitled

a guest
Apr 21st, 2015
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. add_shortcode( 'tf', 'ch2ts_twitter_feed_shortcode' );
  2.  
  3. function ch2ts_twitter_feed_shortcode( $atts ) {$output = '<a href="http://twitter.com/ylefebvre">Twitter Feed</a>';
  4. return $output; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement