Special Note Text Support Admin posted on July 31, 2021July 31, 2021 No Comment For changing the placeholder, you can add the below code in functions.php of your active theme. add_filter('wfs_special_note_placeholder', function() { return "YOUR TEXT HERE"; } Read More