Viewing 1 replies (of 1 total)
  • Plugin Author Damian

    (@timersys)

    That should go in functions.php file. Try the following:

    
    
    add_action( 'init', function() {
    global $fbl;
        // facebook social plugin remove on wp admin login page
        remove_action('login_form', array( $fbl->fbl, 'print_button'), 10);
     remove_action('login_form', array( $fbl->fbl, 'add_fb_scripts'), 10);
    });

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Remove facebook button form wp-login.php’ is closed to new replies.