Description
AZ Privacy Policy Popup adds a notice about privacy compliance at the bottom of your site. After the visitor clicks the accept button, acknowledgment is stored in a cookie and the popup stays hidden for the configured period.
Free (lead magnet):
- Privacy policy information popup at the bottom of the page
- Configurable message text (HTML links allowed)
- Configurable button label
- Configurable cookie lifetime in days
- Links in the message open in a new tab
- Core Free popup features work without contacting external servers
- Pro unlocks via a license key from the author store (teamadev.ru)
Pro (lifetime):
- Text, button, button label, and background colors
- Background opacity
- Width, height, and font size
- Position: bottom left, center, or right
- License activation against teamadev.ru (own store; not required for Free)
Author: Alexey A. Zubenko
Plugin website: https://teamadev.ru
External services
This plugin can connect to an external license API on teamadev.ru. The connection is used only to activate, validate, or deactivate a paid Pro license key sold by the plugin author. Core Free popup features do not require this connection.
When an administrator activates a license, the plugin sends the license key and the site URL (as an activation label) to https://teamadev.ru via HTTPS (REST endpoint under /wp-json/az-licenses/v1/). When validating or deactivating, it sends the stored activation token. Validation may also run periodically in wp-admin while a Pro license remains active (about every 12 hours).
This service is provided by the plugin author (Team A / teamadev.ru):
Terms of Service
Privacy Policy
Installation
- Upload the
az-privacy-policy-popupfolder to the/wp-content/plugins/directory, or install the plugin through the WordPress plugins screen. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- Open AZ Privacy Popup in the admin menu to configure the notice.
- For Pro: buy a license on teamadev.ru, then enter the key under License (Pro) on the settings page.
FAQ
-
Where are the settings?
-
Open AZ Privacy Popup in the WordPress admin menu.
-
Does the theme need anything special?
-
The theme must call the standard WordPress hooks
wp_head()andwp_footer(). -
Is a database change required?
-
No. Acknowledgment is stored in a browser cookie. Plugin settings are saved with the WordPress Options API.
-
What is included in Pro?
-
Pro adds branding controls: colors, opacity, size, and bottom position (left / center / right). Free keeps the core privacy notice working as a lead magnet.
-
Does this plugin phone home?
-
Only for optional Pro licensing. See the External services section above. The Free popup notice itself does not send visitor data to teamadev.ru.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“AZ Privacy Policy Popup” is open source software. The following people have contributed to this plugin.
Contributors“AZ Privacy Policy Popup” has been translated into 1 locale. Thank you to the translators for their contributions.
Translate “AZ Privacy Policy Popup” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.6.3
- Document external license API (teamadev.ru) in readme External services section for wordpress.org review.
1.6.2
- Drop Domain Path header for wordpress.org package (no bundled language files).
1.6.1
- Display name: AZ Privacy Policy Popup (brand prefix for wordpress.org naming guidelines).
- wordpress.org package: do not ship bundled .po/.mo (translations via translate.wordpress.org).
1.6.0
- Replaced Freemius with license activation via teamadev.ru (WooCommerce + Digital License Manager).
- Settings: License (Pro) activate / deactivate.
- Removed Freemius SDK from the package.
1.5.1
- Plugin Check (PCP) fixes for wordpress.org: Tested up to 7.0, tags limit, remove load_plugin_textdomain, exclude build helpers from package.
1.5.0
- Freemius-ready bootstrap (SDK vendor + gated init).
- Free lead-magnet upsell: Pro feature teaser and upgrade CTA when Pro is locked.
1.4.0
- Pro: size and position settings (width, height, font size, bottom left/center/right).
1.3.1
- Pro: separate button label text color setting.
1.3.0
- Pro: text, button/links, and background color pickers; background opacity support.
1.2.1
- Default notice mentions recommendation technologies with a link to the site root (custom page URL can be set in settings).
1.2.0
- Added Russian translation (ru_RU) for admin UI and default notice text.
- Defaults follow the site language: Russian for ru_* locales, English otherwise.
1.1.0
- Renamed to Privacy Policy Popup (az-privacy-policy-popup).
- Settings page for message, button text, and cookie lifetime.
- Links in the message open in a new tab.
- Sanitized cookie read on the front end.
- Internationalized strings.
1.0.0
- Initial release.