Remove facebook button form wp-login.php
-
Hi, i want remove facebook button from wp-login.php, i find similar topic: https://www.ads-software.com/support/topic/remove-facebook-button-from-wp-login/ ,but i dont know where you have to put this code:
add_action( 'init', function() { // facebook social plugin remove on wp admin login page remove_action('login_form', array('Facebook_Login', 'add_button_to_login_form'), 10); });
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Remove facebook button form wp-login.php’ is closed to new replies.