Title: hasangee's Replies | WordPress.org

---

# hasangee

  [  ](https://wordpress.org/support/users/hasangee/)

 *   [Profile](https://wordpress.org/support/users/hasangee/)
 *   [Topics Started](https://wordpress.org/support/users/hasangee/topics/)
 *   [Replies Created](https://wordpress.org/support/users/hasangee/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/hasangee/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/hasangee/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/hasangee/engagements/)
 *   [Favorites](https://wordpress.org/support/users/hasangee/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ReCaptcha Integration for WordPress] CF7 conflict](https://wordpress.org/support/topic/cf7-conflict/)
 *  Thread Starter [hasangee](https://wordpress.org/support/users/hasangee/)
 * (@hasangee)
 * [8 years, 12 months ago](https://wordpress.org/support/topic/cf7-conflict/#post-9149066)
 * Hello,
 * I found a fix!
 * Add this to your functions.php :
 * function wp_recaptcha_cf7_fix($default) {
    global $post; if(is_a($post, ‘WP_Post’)&&
   has_shortcode($post->post_content, ‘contact-form-7’)) { return false; } return
   $default; } add_filter(‘wp_recaptcha_do_scripts’, ‘wp_recaptcha_cf7_fix’); add_filter(‘
   wp_recaptcha_required’, ‘wp_recaptcha_cf7_fix’);
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Email Verification for WooCommerce] Social login registrations](https://wordpress.org/support/topic/social-login-registrations/)
 *  [hasangee](https://wordpress.org/support/users/hasangee/)
 * (@hasangee)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/social-login-registrations/#post-6223934)
 * Hello,
 * I am having the same issue. Is there a way around this?
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP ULike – Like & Dislike Buttons for Engagement and Feedback] Unlike Button not working.](https://wordpress.org/support/topic/unlike-button-not-working/)
 *  [hasangee](https://wordpress.org/support/users/hasangee/)
 * (@hasangee)
 * [11 years ago](https://wordpress.org/support/topic/unlike-button-not-working/#post-5925706)
 * Hello [@shavonn4prez](https://wordpress.org/support/users/shavonn4prez/),
 * I seem to have the same issue. Can you please elaborate on how you fixed it. 
   Can you perhaps point out where I should remove the cookie check from?
 * Cheers,
    hasangee

Viewing 3 replies - 1 through 3 (of 3 total)