[theme-reviewers] Theme Reference Page Help
Qamar Ashraf
life.object at gmail.com
Sat Aug 27 15:16:51 UTC 2011
Hello,
I have integrated a *"Theme Reference"* page to provide some useful
information about my framework. I am going to load remote data by reading
RSS Feed. Here is the code logic,
function get_chip_life_feed( $feed_url ) {
> $content = file_get_contents( $feed_url );
> $feed = new SimpleXmlElement( $content );
> return $feed;
> }
> $feed = get_chip_life_feed( '
> http://www.tutorialchip.com/feed/chip-life-tutorials/' );
I have got following Warning after submitting the theme,
WARNING: *file_get_contents* was found in the file *tutorials.php* possible
file operations.
Is it now allowed to load data via RSS ?
So how can i load dynamic data without this ?
Help is really appreciated.
--
Regards
Qamar Ashraf
Project Manager
www.tutorialchip.com
www.freestockphotosclub.com
www.twunfollowapp.com
@lifeobject1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wordpress.org/pipermail/theme-reviewers/attachments/20110827/b26b4984/attachment.htm>
More information about the theme-reviewers
mailing list