apply_filters( 'wp_get_default_privacy_policy_content', string $content, array $strings, bool $description, bool $blocks )

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


Description Description


Parameters Parameters

$content

(string) The default policy content.

$strings

(array) An array of privacy policy content strings.

$description

(bool) Whether policy descriptions should be included.

$blocks

(bool) Whether the content should be formatted for the block editor.


Top ↑

Source Source

File: wp-admin/includes/misc.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 Added the $strings, $description, and $blocks parameters.
4.9.6 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.