623* Filters the absolute path to the themes directory.624*625* @since 1.5.0626*627* @param string$theme_root Absolute path to themes directory.628*/629returnapply_filters('theme_root',$theme_root);630}631632/**633* Retrieves URIfor themes directory.634*635* Does not have trailing slash.
History
Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.