Skip to content

Instantly share code, notes, and snippets.

@greenhornet79
Last active June 17, 2016 19:42
Show Gist options
  • Save greenhornet79/202f425d7a53bc2ab0900590c33f5997 to your computer and use it in GitHub Desktop.
Save greenhornet79/202f425d7a53bc2ab0900590c33f5997 to your computer and use it in GitHub Desktop.
<?php
add_filter( 'leaky_paywall_stripe_button_label', 'zeen101_stripe_button_text' );
function zeen101_stripe_button_text() {
return 'Any Text!'; // return the text you would like to show up in the button
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment