319<?php320 * Filters the name of the active theme.321 *322 * @since 1.5.0323 *324 * @param string $template active theme's directory name.325 */326 return apply_filters( 'template', get_option( 'template' ) );327}328329/**330 * Retrieves template directory path for the active theme.331 *332 * @since 1.5.0
History
Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.