Skip to content

Instantly share code, notes, and snippets.

@grantalltodavid
Created November 13, 2017 07:01
Show Gist options
  • Save grantalltodavid/d7c16ee82e46cdef28be36fcb18a8218 to your computer and use it in GitHub Desktop.
Save grantalltodavid/d7c16ee82e46cdef28be36fcb18a8218 to your computer and use it in GitHub Desktop.
Sliced Invoices Stripe Gateway: show Stripe logo at bottom of payment form
add_filter( 'sliced_stripe_gateway_image', 'sliced_stripe_gateway_image_custom' );
function sliced_stripe_gateway_image_custom() {
return '<img src="' . plugins_url( '/sliced-invoices-stripe/accept-stripe.png' ) . '" alt="" />';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment