WP Manifestindependent plugin directory
manifest / privacy / remove-privacy-menu

Remove Privacy Menu

In WordPress, remove the Settings->Privacy page.

by Per Soderlind · github.com/soderlind/remove-privacy-menu · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/soderlind/remove-privacy-menu/archive/refs/heads/master.zip

Declares an update source (https://github.com/soderlind/remove-privacy-menu), so updates arrive through the plugin's own updater.

From the readme

Remove Privacy Menu in WordPress 4.9.6+ Why ? On a WordPress Multisite you will most likely point to a single privacy policy page using the privacypolicyurl or theprivacypolicylink filters, and hence you don't want to display the Settings-Policy page in each subsite. Sidenote The pluging will also remove the privacy menu on a WordPress single site. How Copy the plugin file into your wp-content/mu-plugins folder. Copyright and License Remove Privacy Menu is copyright 2018 Per Soderlind Remove Privacy Menu is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. Remove Privacy Menu is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with the Extension. If not, see http://www.gnu.org/licenses/.

Read the full README on GitHub →