HEX
Server: Apache
System: Linux server.tanduk.space 4.18.0-477.21.1.lve.1.el8.x86_64 #1 SMP Tue Sep 5 23:08:35 UTC 2023 x86_64
User: coachou (1042)
PHP: 7.2.34
Disabled: NONE
Upload Files
File: /home/coachou/www/wp-content/themes/colormag/template-parts/hooks/hook-functions.php
<?php
/**
 * Theme hooks.
 *
 * @package ColorMag
 *
 * TODO: @since
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

/**
 * Header.
 */
if ( ! function_exists( 'colormag_header' ) ) {

	/**
	 * Header.
	 *
	 * @return void
	 */
	function colormag_header() {

		/**
		 * Hook for header.
		 *
		 * @hooked colormag_header_markup - 10.
		 */
		do_action( 'colormag_header' );
	}
}