Viewing 1 replies (of 1 total)
  • Plugin Author adispiac

    (@adispiac)

    Hi,
    Glad you enjoy the plugin! You can always support our work by leaving a review.

    You can change the register button name to “Sign Up” by using a built in filter, like so:

    /*Change Register button name for Profile Builder*/
    function wppb_change_register_button_name(){
        return 'Sign Up';
    }
    add_filter('wppb_register_button_name','wppb_change_register_button_name');

    You can add the following code to your theme’s functions.php file, or in an empty plugin like this one.
    The same goes for edit-profile, simply change the filter name to: wppb_edit_profile_button_name.

Viewing 1 replies (of 1 total)
  • The topic ‘Change value in the input tag’ is closed to new replies.