<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>