You are here

function google_analytics_counter_filter_google_analytics_counter_process in Google Analytics Counter 7

Same name and namespace in other branches
  1. 7.3 google_analytics_counter.module \google_analytics_counter_filter_google_analytics_counter_process()
  2. 7.2 google_analytics_counter.module \google_analytics_counter_filter_google_analytics_counter_process()
1 string reference to 'google_analytics_counter_filter_google_analytics_counter_process'
google_analytics_counter_filter_info in ./google_analytics_counter.module
Implements hook_filter_info().

File

./google_analytics_counter.module, line 656

Code

function google_analytics_counter_filter_google_analytics_counter_process($text, $filter) {
  $text = replace_google_analytics_counter_tags($text);
  return $text;
}