• File: functions-legacy.php
  • Full Path: /home/romi/public_html/wp-content-20260417071838/plugins/complianz-gdpr/functions-legacy.php
  • Date Modified: 10/06/2025 2:19 AM
  • File size: 175 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

if (!function_exists('cmplz_get_value')) {
	//for backwards compatibility with Terms & Conditions
	function cmplz_get_value($id) {
		return cmplz_get_option($id);
	}
}