This is an interesting question.<br><br>And here&#39;s a non-theoretical example: woocommerce<br><br>The woocommerce website tells themes to <i>add_theme_support(&#39;woocommerce&#39;)</i> if the theme adds some hooks for their plugin. I&#39;m not sure how they implement that because it looks to me that the <i>add_theme_support</i> function will only add the existing theme features.<br>
<br><br><div class="gmail_quote">On Sun, Mar 10, 2013 at 12:00 PM, Ünsal Korkmaz <span dir="ltr">&lt;<a href="mailto:unsalkorkmaz@gmail.com" target="_blank">unsalkorkmaz@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<div>What is WP theme reposity rules for Custom <a href="http://codex.wordpress.org/Theme_Features" target="_blank">Theme Features</a> ?</div><div>Can we register Custom Theme Features? If we can, is there rules for naming that? </div>


<div>For example; can i add/use <b>add_theme_support(&#39;bootstrap&#39;);  </b>?</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>