HEX
Server: nginx/1.18.0
System: Linux oas2 6.8.0-1039-oracle #40~22.04.1-Ubuntu SMP Wed Oct 29 05:11:00 UTC 2025 aarch64
User: root (0)
PHP: 8.1.2-1ubuntu2.23
Disabled: NONE
Upload Files
File: /var/www/ecom/wp-content/themes/electro/footer-v1.php
<?php
/**
 * The template for displaying the footer.
 *
 * Contains the closing of the #content div and all content after
 *
 * @package electro
 */
?>
			<?php
			/**
			 *
			 */
			do_action( 'electro_content_bottom' ); ?>
		</div><!-- .col-full -->
	</div><!-- #content -->

	<?php do_action( 'electro_before_footer' ); ?>

	<footer id="colophon" class="site-footer">

		<?php
		/**
		 * @hooked electro_footer_widgets        - 10
		 * @hooked electro_footer_divider        - 20
		 * @hooked electro_footer_bottom_widgets - 30
		 * @hooked electro_copyright_bar         - 40
		 */
		do_action( 'electro_footer' ); ?>

	</footer><!-- #colophon -->

	<?php do_action( 'electro_after_footer' ); ?>

</div><!-- #page -->
</div>

<?php do_action( 'electro_after_page' ); ?>

<?php wp_footer(); ?>

</body>
</html>