Load any function and return its value.
openside ( string $function [, mixed $... ] ) : mixed
$function (string) (Required) Function name.
$... (mixed) (optional) Zero or more parameters to be passed, depending on function.
(string)
$html = fusion_get_function('opentable', 'Title');