$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',
),
)
);
?>