This commit is contained in:
2026-07-05 16:17:44 +03:00
parent 3e42863ef5
commit dc50e5597a
5 changed files with 331 additions and 11 deletions

View File

@@ -191,7 +191,7 @@ if ( ! function_exists( 'water_delivery_footer_section' ) ) :
?>
<div class="copy_right_block">
<div class="wrapper">
<span class="copy-right"><?php echo esc_html($copyright_footer);?><?php echo $powered_by_text;?></span>
<span class="copy-right"><?php echo esc_html($copyright_footer);?> <a class="footer-privacy-link" href="<?php echo esc_url( home_url( '/privacy-policy/' ) ); ?>"><?php esc_html_e( 'Политика конфиденциальности', 'water-delivery' ); ?></a><?php echo $powered_by_text;?></span>
</div><!-- .wrapper -->
</div>
</div> <!-- .site-info -->
@@ -398,4 +398,4 @@ function water_delivery_render_social_links() {
}
echo '</ul>';
echo '</div>';
}
}