Skip to content

Instantly share code, notes, and snippets.

@Vusys
Created July 22, 2018 22:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Vusys/1be033ee9830b266542bef4c66a55a00 to your computer and use it in GitHub Desktop.
Save Vusys/1be033ee9830b266542bef4c66a55a00 to your computer and use it in GitHub Desktop.
<?php
/*
Plugin Name: No GDPR Tools
Plugin URI: https://vuii.co.uk
Description: No GDPR Tools
Author: Bryan Channon
Version: 0.1
Author URI: https://vuii.co.uk
*/
add_action('admin_menu', function () {
remove_action('admin_menu', '_wp_privacy_hook_requests_page');
}, 9);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment