Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter marcelotorres

    (@marcelotorres)

    Resolved:

    //Membership 2 filter
    function register_form_modifications($fields) {
        $fields['first_name'] = array('title' => 'Nome');
        return $fields;
    }
    add_filter('ms_shortcode_register_form_fields', 'register_form_modifications', 10, 1);

    Ola, Marcelo

    Qual arquivo que você editou?

    obrigado

    Thread Starter marcelotorres

    (@marcelotorres)

    Adiciona esse código no arquivo functions.php do seu tema.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change fields label in register form’ is closed to new replies.