How can I check to see if a specific plugin is activated outside of the admin screen? I know there is
is_plugin_active();
but according to the Codex this function is "only available from within the admin pages". I however need to check if its active on any page load.