Server : LiteSpeed System : Linux webbox1.ncrdns.net 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64 User : rahcos ( 1533) PHP Version : 8.4.23 Disable Function : NONE Directory : /home/rahcos/.trash/wp-content/themes/hara/inc/ |
<?php if (! defined('HARA_THEME_DIR')) {
exit('No direct script access allowed');
}
/**
* Hara woocommerce Template Hooks
*
* Action/filter hooks used for Hara woocommerce functions/templates.
*
*/
/**
* Hara Header Mobile Content.
*
* @see hara_the_button_mobile_menu()
* @see hara_the_logo_mobile()
*/
add_action('hara_header_mobile_content', 'hara_the_button_mobile_menu', 5);
add_action('hara_header_mobile_content', 'hara_the_icon_home_page_mobile', 10);
add_action('hara_header_mobile_content', 'hara_the_logo_mobile', 15);
add_action('hara_header_mobile_content', 'hara_the_icon_mini_cart_header_mobile', 20);
/**
* Hara Header Mobile before content
*
* @see hara_the_hook_header_mobile_all_page
*/
add_action('hara_before_header_mobile', 'hara_the_hook_header_mobile_all_page', 5);
/**Page Cart**/
remove_action('woocommerce_proceed_to_checkout', 'woocommerce_button_proceed_to_checkout', 20);