Searched refs:html_output (Results 1 – 3 of 3) sorted by relevance
63 $html_output = str_replace($bbcode, $htmlcode, $bbcode_input);64 $html_output = nl2br($html_output);//second pass65 return $html_output;
147 $html_output = ob_get_clean();149 trigger_event('TPL_CONTENT_DISPLAY', $html_output, 'ptln');150 return !empty($html_output);
138 public static function replaceOrDeleteAll(string $html_output) argument141 return EditButton::replaceAll($html_output);143 return EditButton::deleteAll($html_output);