HEX
Server: Apache
System: Linux ecngx285.inmotionhosting.com 4.18.0-553.79.1.lve.el8.x86_64 #1 SMP Wed Oct 15 17:59:35 UTC 2025 x86_64
User: zeusxp5 (3862)
PHP: 8.3.28
Disabled: NONE
Upload Files
File: /home/zeusxp5/tour.kamille.us/wp-content/themes/solace/globals/hooks.php
<?php
/**
 * Main Hooks.
 *
 * @package Solace/Hooks
 */

/* Header ( Navigation ) area */
/**
 * Hook just before the header ( navigation ) area.
 *
 * @deprecated 2.11 Use do_action( 'solace_before_header_hook' ) instead.
 */
function solace_before_header_trigger() {
	do_action( 'solace_before_header_hook' );
}

/**
 * Hook at the beginning of header ( navigation ) area.
 *
 * @deprecated 2.11 Use do_action( 'solace_before_header_wrapper_hook' ) instead.
 */
function solace_before_header_wrapper_trigger() {
	do_action( 'solace_before_header_wrapper_hook' );
}

/**
 * Hook just after the header ( navigation ) area.
 *
 * @deprecated 2.11 Use do_action( 'solace_after_header_hook' ) instead.
 */
function solace_after_header_trigger() {
	do_action( 'solace_after_header_hook' );
}

/**
 * Hook just after the header content ( navigation ) area
 *
 * @deprecated 2.11 Use do_action( 'solace_after_header_wrapper_hook' ) instead.
 */
function solace_after_header_wrapper_trigger() {
	do_action( 'solace_after_header_wrapper_hook' );
}

/**
 * Hook just before the footer area
 *
 * @deprecated 2.11 Use do_action( 'solace_before_footer_hook' ) instead.
 */
function solace_before_footer_trigger() {
	do_action( 'solace_before_footer_hook' );
}

/**
 * Hook just after the footer area
 *
 * HTML context: after `footer`
 *
 * @deprecated 2.11 Use do_action( 'solace_after_footer_hook' ) instead.
 */
function solace_after_footer_trigger() {
	do_action( 'solace_after_footer_hook' );
}

if ( ! function_exists( 'wp_body_open' ) ) {
	/**
	 * Body open hook.
	 */
	function wp_body_open() {
		do_action( 'wp_body_open' );
	}
}