Skip to content

Instantly share code, notes, and snippets.

@harishankerr
Created August 22, 2016 10:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harishankerr/ce006ecfc2fe7b2a8e51ceab74abbb6d to your computer and use it in GitHub Desktop.
Save harishankerr/ce006ecfc2fe7b2a8e51ceab74abbb6d to your computer and use it in GitHub Desktop.
<?php
function social_login_button() {
echo do_shortcode('[woocommerce_social_login_buttons return_url="http://yoursite.com/your-checkout-url"]');
}
add_action( 'woocommerce_before_checkout_billing_form', 'social_login_button' );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment