' . __( 'The Privacy screen lets you either build a new privacy-policy page or choose one you already have to show.' ) . '
' .
'' . __( 'This screen includes suggestions to help you write your own privacy policy. However, it is your responsibility to use these resources correctly, to provide the information required by your privacy policy, and to keep this information current and accurate.' ) . '
',
)
);
get_current_screen()->set_help_sidebar(
'
$privacy_policy_page_id,
'action' => 'edit',
),
admin_url( 'post.php' )
);
$view_href = get_permalink( $privacy_policy_page_id );
?>
Edit or view your Privacy Policy page content.' ),
esc_url( $edit_href ),
esc_url( $view_href )
);
} else {
printf(
/* translators: 1: URL to edit Privacy Policy page, 2: URL to preview Privacy Policy page. */
__( 'Edit or preview your Privacy Policy page content.' ),
esc_url( $edit_href ),
esc_url( $view_href )
);
}
?>
Check out our privacy policy guide%3$s for recommendations on what content to include, along with policies suggested by your plugins and theme.' ),
esc_url( admin_url( 'options-privacy.php?tab=policyguide' ) ),
'',
''
);
?>
'page',
'posts_per_page' => 1,
'post_status' => array(
'publish',
'draft',
),
)
);
?>