dirname(dirname(__FILE__)), 'namespace_prefix' => 'WP_Ultimo', 'classes_dir' => 'inc', 'lowercase' => array('file', 'folders'), 'underscore_to_hyphen' => array('file', 'folders'), 'debug' => Autoloader::is_debug(), )); static::$instance->init(); } // end if; } // end init; /** * Checks for unit tests and WP_ULTIMO_DEBUG. * * @since 2.0.0 * @return boolean */ public static function is_debug() { return false; // return wu_is_debug(); } // end is_debug; } // end class Autoloader;