Definition:
function get_template() {}
Retrieve name of the current theme.
Return values
returns:Template name.
Defined filters
- template
apply_filters('template', get_option('template')
Source code
function get_template() { return apply_filters('template', get_option('template')); }
1737
No comments yet... Be the first to leave a reply!