On Wed, Oct 20, 2010 at 12:15 PM, Bavota San <span dir="ltr">&lt;<a href="mailto:c@bavotasan.com">c@bavotasan.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div style="word-wrap:break-word">Is a theme-slug defined in <i>get_theme_data()</i>? If so, we can suggest that developers use that so the theme-slugs remain consistent and unique to the theme.</div></blockquote><div><br>

</div><div>get_theme_data() shouldn&#39;t be used on a pageload. Way too intensive. Theme slugs are rather trivial to fetch, via get_option(&#39;stylesheet&#39;) or get_option(&#39;template&#39;).</div><div><br></div><div>

But yes, theme-slug should be the function prefix as well as the options prefix.</div></div>