<div dir="ltr">Probably, but that's an awfully heavy method. Why not just use if ( function_exists( 'steel_open' ) ) { steel_open(); } ?</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Aug 12, 2013 at 6:44 PM, Srikanth Koneru <span dir="ltr"><<a href="mailto:tskk79@gmail.com" target="_blank">tskk79@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Is it okay to use this code to check if plugin exists :<br><br><span><?php include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
 if (is_plugin_active('steel/steel.php')) { steel_open(); } ?></span> <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></div>