WordPress Privacy Settings

Use WordPress privacy tools as a starting point while keeping legal and operational responsibility with the website owner.

4 min read

  • Guide
  • Beginner
  • 4 minutes read
  • Reviewed August 5, 2026
  • WordPress administration and configuration

WordPress Privacy Settings let an administrator select or create a page designated as the website's privacy policy.

WordPress can provide guidance based on core, themes and plugins, but it cannot determine whether a policy is legally complete or whether the website follows the practices it describes.

Selecting a Privacy Policy Page

The Privacy screen can create a new policy page, assign an existing page and open guidance for suggested content.

The selected page can be linked by WordPress in contexts such as login or registration. The website should also link it from an accessible public location.

WordPress Policy Guidance

Plugins and themes may register information about personal data, cookies, external services, retention and sharing.

These suggestions require human review. A plugin cannot know the site's full configuration, legal basis or external processes.

Map Real Data Processing

Inventory contact forms, accounts, comments, analytics, ecommerce, email marketing, embeds, security logs, backups, support systems and external APIs.

A policy copied from another website is unlikely to represent this map accurately.

Personal Data Tools

WordPress includes tools for exporting and erasing personal data associated with an email address.

These tools can collect data registered by core and participating plugins. They do not automatically cover every custom table, external service, backup or manual record.

A privacy policy explains processing; it does not replace consent or preference controls where required.

Cookie banners, marketing opt-ins, account settings and withdrawal mechanisms are separate operational features.

Keeping the Policy Current

Review the policy when plugins, forms, analytics, processors, retention periods or business regions change. Set an owner and review schedule.

Privacy and Security

Security protects confidentiality, integrity and availability. Privacy governs how personal information is collected, used, shared and retained.

A secure system can still process unnecessary data. A well-written policy cannot compensate for weak access controls.

WordPress guidance is not legal advice. Sensitive, regulated or multi-jurisdictional projects may require specialist review.

Frequently Asked Questions

Does WordPress generate a complete privacy policy?

No. It provides a page and suggested guidance.

Do export and erasure tools cover every plugin?

Only integrations that register data appropriately.

No.

Applying WordPress Privacy Settings in a Real WordPress Project

Record the current value, the reason for the change and the expected result. Make important configuration changes in a controlled window, test the affected workflows and document settings that another administrator will need to understand.

A connected concept is Personal Data and User Privacy. Reading the two together helps separate the immediate task from the wider WordPress responsibility.

A useful implementation begins by writing down the current state, the intended outcome and the evidence that will prove the change worked. This prevents a configuration screen, plugin recommendation or code snippet from becoming the entire strategy.

A Practical Example

Imagine a team making this decision for a production WordPress site. The useful question is not only “Can WordPress do this?” but “Which layer owns it, who maintains it, what data does it affect and how will we verify it after an update?”

Write the answer in operational terms. Name the content, user, setting, file, API or service involved. Then identify what should remain true if the theme changes, a plugin is replaced or the site is migrated.

Questions to Ask

  • What user or system problem does this solve?
  • Which WordPress layer owns the behaviour?
  • What data is created or changed?
  • Who may perform the action?
  • What can fail, and how will that failure be visible?
  • How is the result tested after updates?
  • What is the migration or removal path?

Official Reference Context

The Plugin Handbook is the primary version-specific reference for this topic. Use the current documentation to verify interface labels, supported APIs and behaviour before applying instructions to a production site.

How to Verify the Result

  • Record the previous setting and the expected change.
  • Test frontend, administration, email, scheduled tasks and affected integrations.
  • Confirm that the configuration is documented for handover and recovery.

Editorial and Operational Review Checklist

  • The article answers its primary question in the opening paragraphs.
  • Terms are defined before advanced detail is introduced.
  • Examples use realistic WordPress objects, users or workflows.
  • Version-sensitive behaviour is linked to an official source.
  • Security, accessibility, performance and maintenance implications are acknowledged where relevant.
  • The reader has a clear way to validate the result.
  • Internal links lead to prerequisites and deeper related material.
  • The final implementation can be handed to another person without relying on undocumented knowledge.

Sources and Further Reading

Continue Learning