function add_cors_http_header(){ header(“Access-Control-Allow-Origin: *”); } add_action(‘init’,’add_cors_http_header’);