Forums
Home / Plugin: URL Shortify - Simple, Powerful and Easy URL Shortener Plugin For WordPress / get_the_shorturl()
(@gsdm)
1 month, 3 weeks ago
hi
how can i use ” get_the_shorturl() ” for my site? and exactly what is this doing? Where should it be added?
look like it’s added in new version.
(@mikeatkaizencoders)
1 month, 2 weeks ago
get_the_shorturl() method is useful for generating a short url of a current post, page.You can place this method in theme’s function.php and it will create a short url of a current post, page & custom post types.
function.php