<?php
} } /**
* Outputs the privacy policy guide together with content from the theme and plugins.
*
* @since 4.9.6
*/
public static function privacy_policy_guide() { $content_array = self::
get_suggested_policy_text();
$content = '';
$date_format =
__( 'F j, Y'
);
foreach ( $content_array as $section ) { $class = '';
$meta = '';
$removed = '';
if ( !
empty( $section['removed'
] ) ) { $badge_class = ' red';
$date =
date_i18n( $date_format,
$section['removed'
] );