681*682* @param string$content The default policy content.683* @param string[]$strings An array of privacy policy content strings.684* @param bool$description Whether policy descriptions should be included.685* @param bool$blocks Whether the content should be formatted for the block editor.686*/687returnapply_filters_deprecated(688'wp_get_default_privacy_policy_content',689array($content,$strings,$description,$blocks),690'5.7.0',691'wp_add_privacy_policy_content()'692);693}
History
Introduced in 4.9.6. Unchanged from 6.7.7 through 7.1.0.