You are here

function google_admanager_filter_tips in DFP Small Business (Google Ad Manager) 5

Same name and namespace in other branches
  1. 6.3 google_admanager.module \google_admanager_filter_tips()
  2. 6 google_admanager.module \google_admanager_filter_tips()
  3. 6.2 google_admanager.module \google_admanager_filter_tips()

Implementation of hook_filter_tips().

File

./google_admanager.module, line 162

Code

function google_admanager_filter_tips($delta, $format, $long = FALSE) {
  return t('You may use [google_ad:ad_slot] to display Google Admanager ads within your content.');
}