Code: function connector_tinyurl() { = new Snoopy; ("http://tinyurl.com/api-create.php?url=" . urlencode()); return trim(); The above code, I want to modify to NOT use tinyurl, but to get the wp.me shortlink that is assigned to the self-hosted wordpress blog post on creation of said post. Can someone help me with that please?
Get wp.me shortlink
2
Code:
function connector_tinyurl() {
= new Snoopy;
("http://tinyurl.com/api-create.php?url=" . urlencode());
return trim(); Can someone help me with that please?
Be Well!
ECS Dave
P.S. As the forum isn't showing the code properly, I've attached it in a plaintext file.
- ECS Dave
Next Topics on Trending Feed
-
2