WPLib::initialize PHP Méthode

initialize() static public méthode

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();
    }