????JFIF??x?x????'
Server IP : 104.21.32.1 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/tempvsty/eaabusiness.com/wp-content/themes/zakra/template-parts/hooks/ |
Upload File : |
<?php /** * Theme hooks. * * @package Zakra * * @since 3.0.0 */ // Exit if accessed directly. defined( 'ABSPATH' ) || exit; /** * Header. */ if ( ! function_exists( 'zakra_header' ) ) { /** * Header. * * @return void */ function zakra_header() { /** * Hook for header. * * @hooked zakra_header_markup - 10. */ do_action( 'zakra_header' ); } } if ( ! function_exists( 'zakra_header_block_one' ) ) : /** * TODO: Comment. * * @return void * @since 1.5.0 * */ function zakra_header_block_one() { do_action( 'zakra_header_block_one' ); } endif; if ( ! function_exists( 'zakra_header_block_two' ) ) : /** * TODO: Comment. * * @return void * @since 1.5.0 * */ function zakra_header_block_two() { do_action( 'zakra_header_block_two' ); } endif; if ( ! function_exists( 'zakra_header_block_three' ) ) : /** * TODO: Comment. * * @return void * @since 1.5.0 * */ function zakra_header_block_three() { do_action( 'zakra_header_block_three' ); } endif;