You are here

function faq_filter_tips_faq_embed in Frequently Asked Questions 7

Same name and namespace in other branches
  1. 7.2 faq.module \faq_filter_tips_faq_embed()

Filter tips callback function for $filters[0] in hook_filter_info().

1 string reference to 'faq_filter_tips_faq_embed'
faq_filter_info in ./faq.module
Implements hook_filter_info().

File

./faq.module, line 1709
The FAQ module allows users to create a FAQ page, with questions and answers displayed in different styles, according to the settings.

Code

function faq_filter_tips_faq_embed($format, $long = FALSE) {
  return t('[faq] or [faq:123,questions_inline,categories_inline] - insert FAQ content based on the optional category, question style and category style.');
}