Filter hook 'theme_root'

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

Description

Filters the absolute path to the themes directory.

Occurrences

Filename Line Number
wp-includes/theme.php 629

Parameters

Type Name Description
string $theme_root Absolute path to themes directory.

PHP Doc

/**
	 * Filters the absolute path to the themes directory.
	 *
	 * @since 1.5.0
	 *
	 * @param string $theme_root Absolute path to themes directory.
	 */