WP_Privacy_Policy_Content::add_suggested_content()

In this article

Adds the suggested privacy policy text to the policy postbox.

Source

public static function add_suggested_content() {
	$content = self::get_default_content( false, false );
	wp_add_privacy_policy_content( __( 'WordPress' ), $content );
}

Changelog

VersionDescription
4.9.6Introduced.

User Contributed Notes

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