first commit

This commit is contained in:
User A0264400
2026-04-01 23:20:16 +03:00
commit a766acdc90
23071 changed files with 4933189 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
<?php
/**
* The template for displaying the footer
*
* Contains the closing of the #content div and all content after.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package Water Delivery
*/
/**
*
* @hooked water_delivery_footer_start
*/
do_action( 'water_delivery_action_before_footer' );
/**
* Hooked - water_delivery_footer_top_section -10
* Hooked - water_delivery_footer_section -20
*/
do_action( 'water_delivery_action_footer' );
/**
* Hooked - water_delivery_footer_end.
*/
do_action( 'water_delivery_action_after_footer' );
wp_footer(); ?>
</body>
</html>