Change the use a credit card text in the Stripe integration addon for LearnDash LMS.
Snippet Type
Execute on Child Sites
Snippet
add_filter( 'learndash_stripe_purchase_button_text', function() {
// Default is 'Use a Credit Card'
return 'Use Stripe';
} );