You are here

function easychart_wysiwyg_filter_easychart_prepare in Easychart 7.3

Prepare callback for hook_filter

// TODO this shouldn't be needed, remove from info hook too.

1 string reference to 'easychart_wysiwyg_filter_easychart_prepare'
easychart_wysiwyg_filter_info in modules/easychart_wysiwyg/easychart_wysiwyg.module
Implements hook_filter_info().

File

modules/easychart_wysiwyg/easychart_wysiwyg.module, line 154
Easychart WYSIWYG integration.

Code

function easychart_wysiwyg_filter_easychart_prepare($text, $filter, $format, $langcode, $cache, $cache_id) {
  return $text;
}