Created
May 8, 2015 20:42
-
-
Save apeschar/d6ffe4295b74e13a946d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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