Execute the output handlers.
handle_output( string $output ) : string
$output (string) (Required) Page output.
(string)
$output = 'page output...'; handle_output($output);