• When using below function.php to Show Social login buttons on registration page our website just break with latest wordpress of 5.4.2 & woocommerce 4.3.1

    add_action(‘init’,function(){ if( defined( ‘XOO_SL’ ) && !is_admin() ){ add_action( ‘xoo_el_register_form_end’, array( xoo_el_social_login(), ‘get_social_buttons’ ), 10 ); } });

    Please help solve this

  • The topic ‘Show Social login buttons on registration page site break’ is closed to new replies.