Definition:
function get_index_template() {}
Retrieve path of index template in current or parent template.
Source code
function get_index_template() {
return get_query_template('index');
}
1432
Definition:
function get_index_template() {}
function get_index_template() {
return get_query_template('index');
}
1432
No comments yet... Be the first to leave a reply!