Guest User

Untitled

a guest
Nov 17th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <?php
  2. function get_the_shortlink() {
  3. $post_id = get_the_ID();
  4. if ($post_id!="") {$shortlink=home_url()."/?p=".$post_id;} else {$shortlink="";}
  5. return $shortlink;
  6. }
  7. ?>
Add Comment
Please, Sign In to add comment