• Resolved eliac7

    (@eliac7)


    Hey,
    I was wondering if I can remove somehow (with a hook probably) the need for a password to ask or erase the data of the account profile.
    This is the section I am talking about: https://i.imgur.com/askHGp7.png

    Thanks in advance!

    • This topic was modified 3 years, 10 months ago by eliac7.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @eliac7

    You can use the following filter hooks to disable the password require for download and erase data in the privacy tab:

    add_filter('um_account_privacy_download_data_require_current','__return_false');
    add_filter('um_account_privacy_erase_data_require_current','__return_false');

    Regards,

    Thread Starter eliac7

    (@eliac7)

    @champsupertramp
    I really appreciate your help! Great job, keep it up!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Account tab – Privacy’ is closed to new replies.