Skip to content

Instantly share code, notes, and snippets.

@apeschar
Created May 8, 2015 20:42
Show Gist options
  • Save apeschar/d6ffe4295b74e13a946d to your computer and use it in GitHub Desktop.
Save apeschar/d6ffe4295b74e13a946d to your computer and use it in GitHub Desktop.
<?php
function captaintan_wcwl_update_waitlist_success_message_text($text) {
return "De tekst die je wilt zien.";
}
add_filter('wcwl_update_waitlist_success_message_text', 'captaintan_wcwl_update_waitlist_success_message_text');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment