$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.' ), $edit_href, $view_href );
} else {
/* translators: 1: URL to edit page, 2: URL to preview page */
printf( __( 'Edit or preview your Privacy Policy page content.' ), $edit_href, $view_href );
}
?>
Check out our guide%3$s for recommendations on what content to include, along with policies suggested by your plugins and theme.' ),
admin_url( 'tools.php?wp-privacy-policy-guide' ),
'',
''
);
?>
|
|
'page',
'posts_per_page' => 1,
'post_status' => array(
'publish',
'draft',
),
) );
if ( $has_pages ) : ?>
|