<div><font size="2"><font face="tahoma,sans-serif">It&#39;s always good idea to look for an alternatives from WordPress core. Just few moments ago I had:</font></font></div><div><font size="2"><font face="tahoma,sans-serif"></font></font> </div>

<div><font size="2"><font face="tahoma,sans-serif">$buffer = file_get_contents($twitter_url);</font></font></div><div><font face="Tahoma"></font> </div><div><font face="Tahoma">and changed that to:</font></div><div><font size="2"><font face="tahoma,sans-serif"> </font></font></div>

<font size="2"><font face="tahoma,sans-serif"><div>$buffer = wp_remote_retrieve_body(wp_remote_get($twitter_url));</div><div> </div><div>This was from my test enviroment, not the actual live site.</div><div> </div><div><a href="http://codex.wordpress.org/Function_API/wp_remote_get">http://codex.wordpress.org/Function_API/wp_remote_get</a></div>

<div> </div><div> </div><div>Cheers,</div><div>Emil<br clear="all"></div></font></font><div><strong>Emil Uzelac</strong> | ThemeID | T: 224-444-0006 | Twitter: @EmilUzelac | E: <a href="mailto:emil@themeid.com" target="_blank">emil@themeid.com</a> | <a href="http://themeid.com/" target="_blank">http://themeid.com</a></div>


<div><font color="#999999">Make everything as simple as possible, but not simpler. - Albert Einstein</font></div><br>
<br><br><div class="gmail_quote">On Mon, Apr 4, 2011 at 8:15 PM, Lmm Muc <span dir="ltr">&lt;<a href="mailto:lmmmuc@gmail.com">lmmmuc@gmail.com</a>&gt;</span> wrote:<br><blockquote style="margin: 0px 0px 0px 0.8ex; padding-left: 1ex; border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid;" class="gmail_quote">

Looks like file_get_contents is not permitted anymore. What about fopen etc.? Looks like they still can be used?<div><br></div><div>What can and cannot be used regarding opening, closing, writing to files?</div><div><br>
</div>

<div>I plan to write dynamic CSS to a file (ending on .css) located in the theme folder</div><div><br></div><div>Greetings,</div><div>Flynn</div><div><br></div>
<br>_______________________________________________<br>
theme-reviewers mailing list<br>
<a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
<a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
<br></blockquote></div><br>