WP_Privacy_Policy_Content::add_suggested_content()
Add the suggested privacy policy text to the policy postbox.
Source
File: wp-admin/includes/class-wp-privacy-policy-content.php
public static function add_suggested_content() {
$content = self::get_default_content( true );
wp_add_privacy_policy_content( __( 'ClassicPress' ), $content );
}
Changelog
Version | Description |
---|---|
4.9.6 | Introduced. |