apply_filters( ‘theme_root’, string $theme_root )

In this article

Filters the absolute path to the themes directory.

Parameters

$theme_rootstring
Absolute path to themes directory.

Source

return apply_filters( 'theme_root', $theme_root );

Changelog

VersionDescription
1.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.