'; if (!Plugin::isLoaded($plugin)): echo sprintf('Make sure your plugin %s is in the %s directory and was loaded.', h($plugin), $pluginPath); else: echo sprintf('Make sure your plugin was loaded from %s and Composer is able to autoload its classes, see %s and %s', 'config' . DIRECTORY_SEPARATOR . 'bootstrap.php', 'Loading a plugin', 'Plugins - autoloading plugin classes' ); endif;