Filter hook 'template_directory'

in WP Core File wp-includes/theme.php at line 351

Description

Filters the active theme directory path.

Occurrences

Filename Line Number
wp-includes/theme.php 351

Parameters

Type Name Description
string $template_dir The path of the active theme directory.
string $template Directory name of the active theme.
string $theme_root Absolute path to the themes directory.

PHP Doc

/**
	 * 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.
	 */