コード例 #1
0
ファイル: plugin.php プロジェクト: ronaldkonjer/wp-tripolis
 /**
  * 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);
 }