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