Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author webheadcoder

    (@webheadllc)

    I’ll be adding more localization support in the next update. sorry about that. For now you can add the following code to your theme’s function.php.

    function my_hide_cf7_step_message($msg) {
    return "your message";
    }
    add_filter( 'wh_hide_cf7_step_message', 'my_hide_cf7_step_message' );
    Thread Starter María

    (@asevisual)

    Thanks for the reply!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Editing/translating messages’ is closed to new replies.