This hook has been deprecated. Use wp_add_privacy_policy_content() instead.

apply_filters_deprecated( 'wp_get_default_privacy_policy_content', string $content, string[] $strings, bool $description, bool $blocks )

Filters the default content suggested for inclusion in a privacy policy.


Parameters

$content

The default policy content.

$strings

An array of privacy policy content strings.

$description

Whether policy descriptions should be included.

$blocks

Whether the content should be formatted for the block editor.


Source

File: wp-admin/includes/class-wp-privacy-policy-content.php

View on GitHub



Changelog

Changelog
Version Description
5.7.0 Use wp_add_privacy_policy_content() instead.
5.0.0 Added the $strings, $description, and $blocks parameters.
4.9.6 Introduced. This hook has been deprecated. Use wp_add_privacy_policy_content() instead.