Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
// CORS Headers - SEO Tools Bot header('Access-Control-Allow-Origin: *'); header('Access-Control-Allow-Methods: GET, POST, PUT, PATCH, DELETE, OPTIONS'); header('Access-Control-Allow-Headers: Authorization, Content-Type, X-WP-Nonce'); header('Access-Control-Allow-Credentials: true'); header('Access-Control-Max-Age: 86400'); // Handle OPTIONS preflight if ($_SERVER['REQUEST_METHOD'] === 'OPTIONS') { http_response_code(200); exit(); } // Remove X-Frame-Options for iframe embedding header('X-Frame-Options: ALLOWALL'); ?>
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.