<?php

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/*
* Default text for Privacy Generator
*
**/
$cli_pg_default_data = array(
	array(
		'head'      => 'About this cookie policy',
		'body'      => '',
		'body_file' => 'data.block1.php',
		'status'    => 1,
	),
	array(
		'head'      => 'What are cookies ?',
		'body'      => '',
		'body_file' => 'data.block2.php',
		'status'    => 1,
	),
	array(
		'head'      => 'How do we use cookies ?',
		'body'      => '',
		'body_file' => 'data.block3.php',
		'status'    => 1,
	),
	array(
		'head'      => 'What types of cookies do we use ?',
		'body'      => '',
		'body_file' => 'data.block4.php',
		'status'    => 1,
	),
	array(
		'head'      => 'How can I control the cookie preferences ?',
		'body'      => '',
		'body_file' => 'data.block5.php',
		'status'    => 1,
	),
);
