Skip to content

Instantly share code, notes, and snippets.

@pippinsplugins
Created August 20, 2012 20:02
Show Gist options
  • Select an option

  • Save pippinsplugins/3407328 to your computer and use it in GitHub Desktop.

Select an option

Save pippinsplugins/3407328 to your computer and use it in GitHub Desktop.
function pw_edd_reverse_gateways( $gateways ) {
return array_reverse( $gateways );
}
add_filter('edd_payment_gateways', 'pw_edd_reverse_gateways');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment