function google_admanager_filter_tips in DFP Small Business (Google Ad Manager) 6
Same name and namespace in other branches
- 5 google_admanager.module \google_admanager_filter_tips()
- 6.3 google_admanager.module \google_admanager_filter_tips()
- 6.2 google_admanager.module \google_admanager_filter_tips()
Implementation of hook_filter_tips().
File
- ./
google_admanager.module, line 464
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.');
}