Guest User

Untitled

a guest
Aug 11th, 2014
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. function new_share_title() {
  2. $output = "Your new share title here";
  3. return $output;
  4. }
  5. add_filter('avia_social_share_title', 'new_share_title');
Advertisement
Add Comment
Please, Sign In to add comment