Example #1
0
 /**
  * Locates a template in either the theme, child-theme or plugin
  *
  * @param $template
  *
  * @return string|FALSE
  */
 function wptripolis_find_template($template)
 {
     return \WPTripolis\TemplateWrapper::findTemplate($template);
 }