You are here

function easychart_filter_easychart_prepare in Easychart 7

Same name and namespace in other branches
  1. 7.2 easychart.module \easychart_filter_easychart_prepare()

Prepare callback for hook_filter

1 string reference to 'easychart_filter_easychart_prepare'
easychart_filter_info in ./easychart.module
Implements hook_filter_info().

File

./easychart.module, line 535
Easy Chart module file.

Code

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