get_template_directory

函数
get_template_directory ( No parameters )
返回值
  • (string) Path to active theme's template directory.
定义位置
相关方法
get_template_directory_uriget_template_hierarchyget_template_partget_stylesheet_directoryget_template
引入
1.5.0
弃用
-

get_template_directory: 这个函数检索到当前主题目录的路径。它不接受任何参数,以字符串形式返回主题目录的路径。

为活动主题检索模板目录路径。

function get_template_directory() {
	$template     = get_template();
	$theme_root   = get_theme_root( $template );
	$template_dir = "$theme_root/$template";

	/**
	 * Filters the active theme directory path.
	 *
	 * @since 1.5.0
	 *
	 * @param string $template_dir The path of the active theme directory.
	 * @param string $template     Directory name of the active theme.
	 * @param string $theme_root   Absolute path to the themes directory.
	 */
	return apply_filters( 'template_directory', $template_dir, $template, $theme_root );
}

常见问题

FAQs
查看更多 >
闪电侠

(工作日 10:00 - 18:30 为您服务)

2025-12-05 19:32:59

您好,无论是售前、售后、意见建议……均可通过联系工单与我们取得联系。

您也可选择聊天工具与我们即时沟通或点击查看:

您的工单我们已经收到,我们将会尽快跟您联系!
取消
选择聊天工具: