Files

11 lines
289 B
PHP
Raw Normal View History

2025-12-10 12:17:30 -05:00
<?php
defined('ABSPATH') or die("you do not have access to this page!");
$this->pages['all'] = array(
'terms-conditions' => array(
'title' => __("Terms and Conditions", 'complianz-terms-conditions'),
'public' => true,
'document_elements' => '',
),
);