Blue Cube Content Feedback Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
Sometimes you need to know whether users of your website find the content useful or not. This plugin provides an easy YES / NO feedback system for your website content. Users would only need to click on a ‘Yes’ or ‘No’ button, simple as that!
To disable the widget on any specific pages, you can use the ‘bc_show_content_feedback_widget’ filter like this:
add_filter('bc_show_content_feedback_widget', 'turn_off_content_feedback_widget'); function turn_off_content_feedback_widget($show_widget) { global $post; if ($post->ID == 198) { $show_widget = false; } return $show_widget; }
Screenshots
No screenshots provided