Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. //Content
  2. <a href="sms:?&body=אתר מעניין: [page_link]" title="Share by SMS"> </a>
  3.  
  4. //Functions
  5. add_shortcode("page_link", 'page_link');
  6.  
  7. function page_link(){
  8. echo "http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]";
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement