SimplePie Source Feed to Echo Extended Profile Field Data?
-
Does anyone know how I could make the url in the fetch_feed function echo the data a user enters into an extended profile field?
So, instead of:
$rss = fetch_feed(‘http://www.domain.com’);
It would be something like:
$rss = fetch_feed(‘echo $feed’);
You must be logged in to reply to this topic.