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

    (@timersys)

    You can add this code to your functions.php

    
    global $fbl;	
    remove_action( 'login_form', array( $fbl->fbl, 'print_button' ));
    remove_action( 'login_form', array( $fbl->fbl, 'add_fb_scripts' ));	
    remove_action( 'register_form', array( $fbl->fbl, 'print_button' ));
    remove_action( 'register_form', array( $fbl->fbl, 'add_fb_scripts' ));

    hello, i have the same issue and i tried this solution and it didn’t work! so is there a certain function i should put this code in ? Is the path of the file wp-includes/functions.php ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide facebook login button in wp-admin’ is closed to new replies.