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