$tag_list['option']['hwelt'] = array( 'callback' => 'handle_external', 'external_callback' => 'handle_bbcode_hwelt_callback', 'strip_empty' => true ); if(!function_exists('handle_bbcode_hwelt_callback')) { function handle_bbcode_hwelt_callback(&$parser, $value, $option) { echo "Hallo Welt, ich hei?e".$value."!"; return $parsed; } }
if ($this->is_wysiwyg()) { $this->unparsed_tags[] = 'hwelt'; }