Hi dear users of wordpress tooltips plugin, hope this message find you are doing well and have happy weekend with your family 🙂 I am happy to report you, we just released WordPress Frequently Asked Questions Plugin 3.7.3 🙂
May be you know, our WordPress Frequently Asked Questions Plugin support display wordpress tooltip effects on the faq title and faq content in faq items, you can check our tooltips for faq at our FAQ demo page, in the faq item “how to get search engines to read tooltip’s content” , if you check the tooltip term “Encyclopedia” you will find our wiki tooltip popup window, but an amazing user told us he cannot let another 3rd wordpress plugin to add their customized effects in our faq items, he hope we add some filters in our faq items, so he can add their customized effects in faq items too 🙂
In the WordPress Frequently Asked Questions Plugin 3.7.3, we added two filter for developer to add specific effects on F.A.Q title or F.A.Q content:
You can use filter_faq_item_title to change content of faq title or something more, for example, add tooltip effects on faq title
apply_filters( ‘filter_faq_item_title’, $ffw_faq_for_wp_how_to_bar_title);
You can use filter_faq_item_content to change content of faq item content or something more, for example, add tooltip effects on faq content
apply_filters( ‘filter_faq_item_content’, $ffw_faq_for_wp_how_to_bar_content);
Thanks for the great suggestion for WordPress Frequently Asked Questions Plugin, if you have any more question or feature request, please don’t hesitate to tell us 🙂
Thanks, have a blessed weekend with your family 🙂
Best Regards,
WordPress Tooltips Plugin Support Team

