automatewoo/templates/communication-preferences/communication-terms-text.php
fei-source 47d3c9a8b6 Update to v6.2.2
Source: GrootMade/Festinger Vault
2026-03-15 08:31:15 +08:00

15 lines
343 B
PHP

<?php
// phpcs:ignoreFile
/**
* Override this template by copying it to yourtheme/automatewoo/communication-preferences/communication-terms-text.php
*/
namespace AutomateWoo;
if ( ! defined( 'ABSPATH' ) ) exit;
?>
<div class="aw-communication-form__terms-text">
<p><?php echo Frontend::get_communication_page_legal_text() ?></p>
</div>