Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter fabriciobarrospana

    (@fabriciobarrospana)

    corrected removing this code that I found on the net of functions.php

    if(!is_admin()) {
      $socialLoginInstance = YITH_WC_Social_Login_Frontend::get_instance(); // get instance of the plugin
      remove_action('register_form', array($socialLoginInstance, 'social_buttons')); // this will remove the social icons from register form on the profile page of woocommerce
      remove_action('login_form', array($socialLoginInstance, 'social_buttons')); // this will   remove the social icons from wp-login and wp-register forms of WordPress
    }

    but the plugin still doesn’t work

    Plugin Author YITHEMES

    (@yithemes)

    Hi there,

    What is not working exactly? You have to describe the issue so we can try to help you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘BREAKING SITE’ is closed to new replies.