Method | Description | |
---|---|---|
__construct ( array $values = [] ) | ||
disable ( ) | ||
enable ( ) | ||
get_search_form ( string $form ) : string | ||
template_include ( string $template ) : string | boolean | ||
undefined_filter ( string $filter_name ) : boolean | Twig_SimpleFilter | Handler for fallback to WordPress filters for undefined Twig filters in template. | |
undefined_function ( string $function_name ) : boolean | Twig_SimpleFunction | Handler for undefined functions in Twig to pass them through to PHP and buffer echoing versions. |
public get_search_form ( string $form ) : string | ||
$form | string | |
return | string |
static public undefined_filter ( string $filter_name ) : boolean | Twig_SimpleFilter | ||
$filter_name | string | |
return | boolean | Twig_SimpleFilter |
static public undefined_function ( string $function_name ) : boolean | Twig_SimpleFunction | ||
$function_name | string | |
return | boolean | Twig_SimpleFunction |