[Plugin: WPeMatico] formating link source
-
Thank you for this wonderful plugin, it works great however i need a costum feature that im tring to make for 2 days but i cant :(. I apriciate very much any help by your side.
I want to format the Source Url, i have to strip a string from the URL/Permalink. I did a code to do that. However i dont know where to put it. All i have to do is to edit the wpematico function that sets the permalink.
here is my code
<?php
$dirty_url = “https://xxx.com/article.php?ref=rss&id=xxxxxx”;
// i have to remove the ref=rss& from the URL so i did so
$dirty_url = str_replace(‘ref=rss&’,”, $dirty_url);
echo $dirty_url;
?>This code works great however im unable to edit the permalink. Can you please help me. Thank you in advance
- The topic ‘[Plugin: WPeMatico] formating link source’ is closed to new replies.