15 lines
343 B
PHP
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>
|