How to use allpost-contactform-str_replace.php ( "All Post Contact Form"'s Filter File - String Replace - )

allpost-contactform-str_replace.php ( "All Post Contact Form"'s Filter File - String Replace - ) is a filter file to delete string which you don't want to display on your 'Confirmation Window' and your 'Submission Window'.

FORMAT:
$key = str_replace("string you want to delete 1", "", $key);
$value = str_replace("string you want to delete 2", "", $value);




Please see the sample written in allpost-contactform-str_replace.php.

SAMPLE:

//$key = str_replace("submit", "", $key);
//$value = str_replace("CONFIRM","", $value);
//$value = str_replace("確認する","", $value);



Delete '//' that is the top of the line of //$key = str_replace("submit", "", $key);, and 'submit' isn't displayed on your 'Confirmation Window' and your 'Submission Window'.

( , JST )

このページのURL: https://jp.rainbow-link.com/FAQ.htm?&faq_id=246


jp.Rainbow-Link.com

株式会社レインボーリンク