WPLib::template_dir PHP 메소드

template_dir() 정적인 공개 메소드

Return the templates directory path for the called class.
static public template_dir ( ) : string
리턴 string
    static function template_dir()
    {
        self::stability()->check_method(__METHOD__, WPLib_Stability::EXPERIMENTAL);
        return static::get_root_dir('templates');
    }