/*
Theme Name: Hostinkar
Theme URI: http://byteflows.com/wp/xhosting/demo
Author: byteflows
Author URI: http://byteflows.com/
Description: hostinkar - Hosting & WHMCS WordPress Theme
Version: 1.0
Tested up to: 8.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hostinkar
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
add_filter('woocommerce_product_single_add_to_cart_text', 'custom_cart_text');
add_filter('woocommerce_product_add_to_cart_text', 'custom_cart_text');

function custom_cart_text() {
    return 'HOST NOW';
}