/*
Theme Name: Honrix Child
Theme URI: https://www.honarsystems.com/honrix
Template: honrix
Author: Honar Systems
Author URI: https://www.honarsystems.com/
Description: Honrix is the ultimate ecommerce multipurpose WordPress theme for online stores. Whether you're selling clothing, electronics, garments, furniture, gadgets, beauty products &amp; all types of store/website. With Honrix, you can create a stunning and professional looking online store in just a few clicks, It offers a customizable design, mobile-friendly interface, SEO optimization, Fully WooCommerce integration, one-click demo import, and fast loading times. Try Honrix to create a stunning online store.
Tags: one-column,two-columns,left-sidebar,right-sidebar,flexible-header,custom-background,custom-colors,custom-header,custom-menu,custom-logo,featured-image-header,featured-images,footer-widgets,full-width-template,sticky-post,theme-options,threaded-comments,translation-ready,blog,e-commerce,editor-style,grid-layout
Version: 1.3.93.1753774097
Updated: 2025-07-29 07:28:17



function redirect_mobile_users() {
if ( wp_is_mobile() && !is_page('tomo-order-mobi') ) {
wp_redirect( home_url('/tomo-order-mobi') );
exit;
}
}
add_action('template_redirect', 'redirect_mobile_users');