/*
Theme Name: ITCA by Ai Brands
Description: A Theme for IT Career AI
Author: Ai Brands Team
Version: 1.0
Template: hello-elementor
*/

add_action('init', function () {
    if ($_SERVER['REQUEST_METHOD'] === 'OPTIONS') {
        header('Access-Control-Allow-Origin: https://itcareerai-aibrands.netlify.app');
        header('Access-Control-Allow-Methods: POST, GET, OPTIONS');
        header('Access-Control-Allow-Headers: Content-Type, Authorization');
        exit(0);
    }
});