File: /var/www/html/apwire.net/wp-content/themes/mavix-marketing/footer.php
<?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 Mavix Marketing
*/
/**
*
* @hooked mavix_marketing_footer_start
*/
do_action( 'mavix_marketing_action_before_footer' );
/**
* Hooked - mavix_marketing_footer_top_section -10
* Hooked - mavix_marketing_footer_section -20
*/
do_action( 'mavix_marketing_action_footer' );
/**
* Hooked - mavix_marketing_footer_end.
*/
do_action( 'mavix_marketing_action_after_footer' );
wp_footer(); ?>
</body>
</html>