WPLib::initialize PHP Method

initialize() static public method

If used in a theme you have to first initialize it before WPLib_Theme_Base classes will be available to extend.
static public initialize ( )
    static function initialize()
    {
        static::_load_necessary_files();
        static::_register_templates();
    }