apply_filters( 'template', string $template )

Filters the name of the active theme.


Parameters

$template string
active theme's directory name.

Top ↑

Source

File: wp-includes/theme.php. View all references

return apply_filters( 'template', get_option( 'template' ) );


Top ↑

Changelog

Changelog
Version Description
1.5.0 Introduced.

Top ↑

User Contributed Notes

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