Created
February 16, 2022 16:26
-
-
Save AngeliMae/b910b8a001b0fd51e089ee82c5a4e27a to your computer and use it in GitHub Desktop.
Remove the “Download your data” and “Erase your data" in privacy tab
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_action("init", function(){ | |
remove_action( 'um_after_account_privacy', 'um_after_account_privacy' ); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment