/*
 Theme Name:   Modernee Child Theme
 Theme URI:    https://modernee.themerex.net/
 Description:  Modernee Child Theme
 Author:       ThemeREX
 Author URI:   https://themerex.net/
 Template:     modernee
 Version:      1.0.0
 Tags: ai, artificial intelligence, ai integration, business consulting, digital transformation, virtualization, automation, process optimization, mobile app, cybersecurity, accounting, tax help, digital agency, startup, corporate
 Text Domain:  modernee
*/


/* =Theme customization starts here
------------------------------------------------------------ */
// 🔧 TEMPORARY: Bypass theme activation for local development
if ( ! function_exists( 'trx_addons_get_theme_activation_code' ) ) {
    function trx_addons_get_theme_activation_code() {
        return 'bypassed-for-localhost';
    }
}

if ( ! function_exists( 'modernee_is_theme_activated' ) ) {
    function modernee_is_theme_activated() {
        return true;
    }
}

// Optional: Remove admin notices if activation warning still shows
add_action('admin_init', function() {
    remove_all_actions('admin_notices');
    remove_all_actions('network_admin_notices');
});
