WPLib::initialize PHP Метод

initialize() статический публичный Метод

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