Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AngeliMae/b910b8a001b0fd51e089ee82c5a4e27a to your computer and use it in GitHub Desktop.
Save AngeliMae/b910b8a001b0fd51e089ee82c5a4e27a to your computer and use it in GitHub Desktop.
Remove the “Download your data” and “Erase your data" in privacy tab
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