29     if (is_callable($function_name)) {
 
   30         $CONFIG->template_handler = $function_name;
 
set_template_handler($function_name)
Registers a function to handle templates.
 
elgg_get_view_location($view, $viewtype='')
Get the views/ directory in which the view might (or might not) be found.
 
elgg_deprecated_notice($msg, $dep_version, $backtrace_level=1)
Log a notice about deprecated use of a function, view, etc.