• Hi

    when we add this code. website crashed, site working fine after remove this code

    function remove_tml_profile_fields() {
    	tml_remove_form_field( 'profile', 'first_name' );
    	tml_remove_form_field( 'profile', 'last_name' );
    }
    add_action( 'init', 'remove_tml_profile_fields' );

    TML version: 6.4.17
    latest version WordPress
    Can you please help us.

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author Jeff Farthing

    (@jfarthing84)

    That could would be for TML 7+. If you want to remove fields from TML 6.4.x, you need to edit the templates:

    All of the templates located within /wp-content/plugins/theme-my-login/templates are easily customizable. Just simply pick any template you wish to edit, copy it to your current theme’s directory and edit it as you wish. Theme My Login will always look for templates in your current theme’s directory first, before loading it’s own templates.

Viewing 1 replies (of 1 total)

The topic ‘Remove profile field’ is closed to new replies.