the_template() статический публичный Метод

См. также: http://stackoverflow.com/a/7983863/102699
static public the_template ( string $template_slug, array | string $_template_vars = [], WPLib_Item_Base | object $item = null )
$template_slug string
$_template_vars array | string
$item WPLib_Item_Base | object
Пример #1
0
 /**
  * @param string $template
  * @param array|string $_template_vars
  */
 function the_template($template, $_template_vars = array())
 {
     WPLib::the_template($template, $_template_vars, WPLib::theme());
 }
Пример #2
0
 /**
  * @param string $template
  * @param array $_template_vars
  */
 function the_template($template, $_template_vars = array())
 {
     WPLib::the_template($template, $_template_vars, $this->owner);
 }