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