Skip to content

Instantly share code, notes, and snippets.

@SeanChDavis
Last active December 3, 2016 18:21
Show Gist options
  • Select an option

  • Save SeanChDavis/914d50b578938ae8252d681cd202d5bb to your computer and use it in GitHub Desktop.

Select an option

Save SeanChDavis/914d50b578938ae8252d681cd202d5bb to your computer and use it in GitHub Desktop.
EDD Move Checkout Social Icons
<?php // DO NOT COPY THIS LINE
remove_action( 'edd_checkout_form_top', 'edd_show_payment_icons' );
add_action( 'edd_checkout_form_top', 'edd_show_payment_icons', 999 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment