HEX
Server: nginx/1.24.0
System: Linux 19.178.153.160.host.secureserver.net 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: www-data (33)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /var/www/vedaholiday.com/wp-content/themes/travel-monster/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 Travel Monster
*/

	/**
     * After Content
     * 
     * @hooked travel_monster_content_end - 20
    */
    do_action( 'travel_monster_before_footer' );
    
    /**
     * Footer
     * 
     * @hooked travel_monster_footer_start  - 20
     * @hooked travel_monster_footer_top    - 30
     * @hooked travel_monster_footer_bottom - 40
     * @hooked travel_monster_footer_end    - 50
    */
    do_action( 'travel_monster_footer' );
    
    /**
     * After Footer
     * 
     * @hooked travel_monster_scrolltotop - 20
     * @hooked travel_monster_page_end    - 30
    */
    do_action( 'travel_monster_after_footer' );

	wp_footer(); ?>

</body>
</html>