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