apply_filters( 'template', string $template )

Filters the name of the current theme.


Parameters

$template

(string) Current theme's directory name.


Source

File: wp-includes/theme.php

View on GitHub



Changelog

Changelog
Version Description
WP-1.5.0 Introduced.