Comments Nawimania started the conversationSeptember 27, 2022 at 2:48pmHi dev, How to hook this pop-up login/register with social login button or shortcode? Whats plugin i need to install like nextend social login, Super Socializer or what?Thank you dev. 3,036PenciDesign repliedSeptember 27, 2022 at 3:10pmHi, Please add the following code to the Soledad child theme "functions.php" file or via the Code Snippet plugin here: add_action( 'login_form', function () { if ( class_exists( 'NextendSocialLogin', false ) ) { echo NextendSocialLogin::renderButtonsWithContainer(); } } ); Regards,PenciDesign. Nawimania repliedSeptember 27, 2022 at 5:34pmThank you dev,Im done and it work. Sign in to reply ...
Hi dev,
How to hook this pop-up login/register with social login button or shortcode? Whats plugin i need to install like nextend social login, Super Socializer or what?Thank you dev.
Hi,
Please add the following code to the Soledad child theme "functions.php" file or via the Code Snippet plugin here:
add_action( 'login_form', function () { if ( class_exists( 'NextendSocialLogin', false ) ) { echo NextendSocialLogin::renderButtonsWithContainer(); } } );Regards,
PenciDesign.
Thank you dev,
Im done and it work.