• Resolved hugolaporte

    (@hugolaporte)


    Is there a way to change the submit label for all forms without targeting form_key one by one. Thanks.

    
    $args = wp_parse_args($args, array(
          'submit_text' => 'Soumettre',
    ));
    advanced_form( 'form_key', $args );
    
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change submit_text for all forms’ is closed to new replies.