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’);
- The topic ‘SimplePie Source Feed to Echo Extended Profile Field Data?’ is closed to new replies.