[theme-reviewers] Theme Reference Page Help

Qamar Ashraf life.object at gmail.com
Sat Aug 27 15:25:16 UTC 2011


Thanks Michael,
I will digg the wp_remote_get() API.

On Sat, Aug 27, 2011 at 8:22 PM, Michael Fields <michael at mfields.org> wrote:

> You might want to look into wp_remote_get()
>
> http://codex.wordpress.org/Function_API/wp_remote_get
>
> It's the only way I write remote requests for WordPress extensions.
>
> On Aug 27, 2011, at 8:16 AM, Qamar Ashraf wrote:
>
> > 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
> >
> > _______________________________________________
> > theme-reviewers mailing list
> > theme-reviewers at lists.wordpress.org
> > http://lists.wordpress.org/mailman/listinfo/theme-reviewers
>
> _______________________________________________
> theme-reviewers mailing list
> theme-reviewers at lists.wordpress.org
> http://lists.wordpress.org/mailman/listinfo/theme-reviewers
>



-- 
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/febfddf3/attachment.htm>


More information about the theme-reviewers mailing list