Title: Dismiss Privacy Nag
Author: luciano-croce
Published: <strong>May 10, 2018</strong>
Last modified: January 25, 2019

---

Search plugins

![](https://ps.w.org/dismiss-privacy-nag/assets/banner-772x250.jpg?rev=2012181)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/dismiss-privacy-nag/assets/icon-256x256.jpg?rev=1871336)

# Dismiss Privacy Nag

 By [luciano-croce](https://profiles.wordpress.org/luciano-croce/)

[Download](https://downloads.wordpress.org/plugin/dismiss-privacy-nag.zip)

 * [Details](https://wordpress.org/plugins/dismiss-privacy-nag/#description)
 * [Reviews](https://wordpress.org/plugins/dismiss-privacy-nag/#reviews)
 * [Development](https://wordpress.org/plugins/dismiss-privacy-nag/#developers)

 [Support](https://wordpress.org/support/plugin/dismiss-privacy-nag/)

## Description

Dismiss **Privacy Pointer** Nag, (added in version 4.9.6 — partially GDPR OFF) and
admin notification, when it is activated, or if it is in mu-plugins directory.

Development takes place at [GitHub](https://github.com/luciano-croce/dismiss-privacy-nag)
and [Travis CI](https://travis-ci.org/luciano-croce/dismiss-privacy-nag). Compatible
with [GlotPress Translations](https://translate.wordpress.org/projects/wp-plugins/dismiss-privacy-nag).

Approved in the repository of the plugin directory on 2018-05-09

**If you need to completely disable and remove all Privacy Tools, Privacy Pointers,
Privacy Notifications Nag, you can use** “[Dismiss Privacy Tools](https://wordpress.org/plugins/dismiss-privacy-tools)“.

Features:

Based to the [Detailed Guidelines 11](https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/#11-plugins-should-not-hijack-the-admin-dashboard)
principle: should not hijack the admin dashboard.

 * Users prefer and expect plugins to feel like part of WordPress.
 * Constant nags and overwhelming the admin dashboard with unnecessary alerts detract
   from this experience.
 * Upgrade prompts, notices, alerts, and the like must be limited in scope and used
   sparingly, be that contextually or only on the plugin’s setting page.
 * Site wide notices or embedded dashboard widgets must be dismissible or self-dismiss
   when resolved.
 * Error messages and alerts must include information on how to resolve the situation,
   and remove themselves when completed.

Because I made this?

Seem that the new privacy pointer is not totally auto dismissible when is clicked
one of the any admin menu links, for example:

 * If one of the any admin menu links was clicked, the privacy pointer disappear.
 * If the dasboard admin menu link was clicked, the privacy pointer not disappear,
   return visible, and nagging user.
 * The [privacy pointer covers the thing it’s pointing at](https://core.trac.wordpress.org/ticket/44136).
 * The [privacy pointer popup covers collapsed admin menu](https://core.trac.wordpress.org/ticket/43961)?
 * The [privacy pointer is misaligned to admin menu](https://core.trac.wordpress.org/ticket/43996)
   when exist other admin menu items of 3rd party?
 * Don’t show privacy feature pointer to new users: [doesn’t add the new callback to the dismissed_wp_pointers meta](https://core.trac.wordpress.org/ticket/44062).
 * The suggested code to auto dismiss it seem to not working well — remove_action(‘
   admin_print_footer_scripts’, array( ‘WP_Internal_Pointers’, ‘pointer_wp496_privacy’));
 * The remove_action for pointer_wp496_privacy needed to be called from the admin_enqueue_scripts
   action with a priority of 11.

Add an admin pointer for new privacy features in version 4.9.6:

 * The new features are very important for some users, because of their GDPR obligations.
 * They’re also spread across multiple top-level menus, making them less discoverable.
 * An admin pointer will help to ensure that users are aware of the new tools and
   how to find them.

Props desrosj, andreamiddleton, allendav, xkon. Fixes #43942?

 * [4.9.6-alpha-43159](https://build.trac.wordpress.org/browser/branches/4.9?rev=42988)
 * [4.9.6-alpha-42959-src](https://core.trac.wordpress.org/browser/branches/4.9?rev=43159)
 * [5.0-alpha-43158](https://build.trac.wordpress.org/browser/trunk?rev=42987)
 * [5.0-alpha-42970-src](https://core.trac.wordpress.org/browser/trunk?rev=43158)

### Technical References

Translators: leave all technical references in English!

Dismiss all the new feature pointers.

@since 3.3.0

All pointers can be disabled using the following:

remove_action( ‘admin_enqueue_scripts’, array( ‘WP_Internal_Pointers’, ‘enqueue_scripts’));#
This work but “unfortunately” as alternative solution that remove all pointers!

@param string $hook_suffix The current admin page.

Dismiss a pointer for the new privacy tools.

@since 4.9.6

Privacy pointer can be disabled using the following:

remove_action( ‘admin_print_footer_scripts’, array( ‘WP_Internal_Pointers’, ‘pointer_wp496_privacy’));#
This for now not work: due a bug? Investigating… wp496_privacy ???

@param string $hook_suffix The current admin page.

#### Credits

Issue (bug) **fixed by my brother Garrett Hyder** and tested from Pascal Birchler(
swissspidy): refer to [Ticket 45529](https://core.trac.wordpress.org/ticket/45529/)
opened by [Dale Harrison](https://profile.wordpress.org/daleharrison).

Thanks to Ross McKay (webaware) and Stephen Edgar (netweb) to support me in New 
Zealander (English) translations, in some typo errors, and some minor (English) 
error stuff.

Thanks to Fernando Tellado (fernandot) and Nilo Velez to support me in Spanish translations.

Thanks to all!

#### Tips

A neat trick, is to put this single file dismiss-privacy-nag.php (not its parent
directory) in the /wp-content/mu-plugins/ directory (create it if not exists) so
you won’t even have to enable it, and will be loaded by default, also, since first
step installation of WordPress setup!

Also, for translation functionality, put all files of the single languages (dismiss-
privacy-nag-en_US.mo for example) that you need (not its parent directory) in the/
wp-content/mu-plugins/ directory (create it if not exists) and will also be loaded
by default, since first step installation of WordPress setup!

Note that mu-plugins functionality is available since WP 2.8+ or greater and is 
not present in WP 2.7+ or previous.

#### About it

The code of this plugin is not written with a PHP framework, but manually, with 
a simple PHP editor compatible UTF-8 without BOM, and Unix LF. To avoid code corruption,
do not edit it with WordPress embedded editor, or with any specifications incompatible
editor. This author is exonerated from any responsibility or damage (directly or
indirectly) caused and due to the use of this bad practice.

> super light secure and fast plugin easy on server resources

#### About me

Dismiss Privacy Nag is developed by Luciano Croce, 13-years “officially” WordPress
Plugins & Themes Developer Senior, Co-Author of plugin Classic Editor, polyglot (
based on English, French, Spanish, German, Portuguese, Italian, Ligurian), GTE en_GB&
en_CA, PTE for Plugins & Themes in more languages, PTE for Italian WordPress.org&
Plugins & Themes Directory, Local Manager of Ligurian Language Community for WP 
LIJ, Validator English (UK) for WordPress.com, translator for my & other projects,
book author of TRUE DOS (the dark side of its history from the dark side of its 
users) Code Tweaker & Bug Hunter, Security Mechanic & WPMU Lover, Freelancer & Volunteer.

#### Privacy

This plugin does not collect or store any user related data or personally identifying
information, does not set any cookies, and it does not connect to any third-party
websites. It only uses functionality that is available in WordPress. In those terms,
it does not affect your website users’ privacy in any way.

#### GDPR

This plugin does not collect or store any user related data or personally identifying
information, but does not do anything to make your site less GDPR compliant. I have
done my best to ensure that is 100% GDPR compliant, but I’m not a lawyer, so can’t
guarantee anything. To determine if your site is GDPR compliant, please consult 
a lawyer.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Dismiss Privacy Nag” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ luciano-croce ](https://profiles.wordpress.org/luciano-croce/)
 *   [ Garrett Hyder ](https://profiles.wordpress.org/garrett-eclipse/)

“Dismiss Privacy Nag” has been translated into 17 locales. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/dismiss-privacy-nag/contributors)
for their contributions.

[Translate “Dismiss Privacy Nag” into your language.](https://translate.wordpress.org/projects/wp-plugins/dismiss-privacy-nag)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/dismiss-privacy-nag/),
check out the [SVN repository](https://plugins.svn.wordpress.org/dismiss-privacy-nag/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/dismiss-privacy-nag/)
by [RSS](https://plugins.trac.wordpress.org/log/dismiss-privacy-nag/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

Approved in the plugin directory on 2018-05-09

Detailed changes are available on [GitHub](https://github.com/luciano-croce/dismiss-privacy-nag/blob/master/CHANGES.md).

#### 1.0.2

Release Date: January 14, 2019

 * Solved [issue](https://core.trac.wordpress.org/ticket/45529) that can’t correctly
   remove (wp496_privacy) from privacy pointer.
 * Aligned the version number of Dismiss Privacy Tools with that of Dismiss Privacy
   Nag.

#### 1.0.1

Release Date: December 07, 2018

 * Bumping version (unofficial release) waiting this [issue](https://core.trac.wordpress.org/ticket/45529).

#### 1.0.0

Release Date: May 10, 2018

 * Public initial commit

#### 0.0.1

Release Date: May 08, 2018

 * GitHub initial commit

## Meta

 *  Version **1.0.2**
 *  Last updated **7 years ago**
 *  Active installations **10+**
 *  WordPress version ** 4.9.6 or higher **
 *  Tested up to **5.1.22**
 *  PHP version ** 5.2.4 or higher **
 *  Languages
 * [English (Australia)](https://en-au.wordpress.org/plugins/dismiss-privacy-nag/),
   [English (Canada)](https://en-ca.wordpress.org/plugins/dismiss-privacy-nag/),
   [English (New Zealand)](https://en-nz.wordpress.org/plugins/dismiss-privacy-nag/),
   [English (South Africa)](https://en-za.wordpress.org/plugins/dismiss-privacy-nag/),
   [English (UK)](https://en-gb.wordpress.org/plugins/dismiss-privacy-nag/), [English (US)](https://wordpress.org/plugins/dismiss-privacy-nag/),
   [French (Belgium)](https://fr-be.wordpress.org/plugins/dismiss-privacy-nag/),
   [German](https://de.wordpress.org/plugins/dismiss-privacy-nag/), [German (Switzerland)](https://de-ch.wordpress.org/plugins/dismiss-privacy-nag/),
   [Italian](https://it.wordpress.org/plugins/dismiss-privacy-nag/), [Portuguese (Brazil)](https://br.wordpress.org/plugins/dismiss-privacy-nag/),
   [Portuguese (Portugal)](https://pt.wordpress.org/plugins/dismiss-privacy-nag/),
   [Spanish (Chile)](https://cl.wordpress.org/plugins/dismiss-privacy-nag/), [Spanish (Guatemala)](https://es-gt.wordpress.org/plugins/dismiss-privacy-nag/),
   [Spanish (Mexico)](https://es-mx.wordpress.org/plugins/dismiss-privacy-nag/),
   [Spanish (Peru)](https://pe.wordpress.org/plugins/dismiss-privacy-nag/), [Spanish (Spain)](https://es.wordpress.org/plugins/dismiss-privacy-nag/),
   and [Spanish (Venezuela)](https://ve.wordpress.org/plugins/dismiss-privacy-nag/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/dismiss-privacy-nag)
 * Tags
 * [GDPR](https://wordpress.org/plugins/tags/gdpr/)[luciano-croce](https://wordpress.org/plugins/tags/luciano-croce/)
   [personal-data-erase](https://wordpress.org/plugins/tags/personal-data-erase/)
   [personal-data-export](https://wordpress.org/plugins/tags/personal-data-export/)
   [Privacy Policy](https://wordpress.org/plugins/tags/privacy-policy/)
 *  [Advanced View](https://wordpress.org/plugins/dismiss-privacy-nag/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/dismiss-privacy-nag/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/dismiss-privacy-nag/reviews/)

## Contributors

 *   [ luciano-croce ](https://profiles.wordpress.org/luciano-croce/)
 *   [ Garrett Hyder ](https://profiles.wordpress.org/garrett-eclipse/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/dismiss-privacy-nag/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://www.paypal.me/lucianocroce)