Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi there,
    This option is available only on the premium version of the plugin.

    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
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove from WP Admin login form’ is closed to new replies.