Test Notification bar

Register

function wc_register_form_add_social_login() {
echo do_shortcode(‘[loginpress_social_login]’);
}
add_action( ‘woocommerce_register_form’, ‘wc_register_form_add_social_login’, 10, 0 );

error: