Created
July 22, 2018 22:57
-
-
Save Vusys/1be033ee9830b266542bef4c66a55a00 to your computer and use it in GitHub Desktop.
This file contains 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
<?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