php
// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

// Include the theme framework.
require_once __DIR__ . '/vendor/hivepress/hivetheme/hivetheme.php';
function otomatik_ilan_ekle(user_id)ilan = array(
        'post_title'   => 'Hoşgeldin İlanın',
        'post_content' => 'Bu ilan otomatik olarak oluşturuldu.',
        'post_status'  => 'publish',
        'post_author'  => user_id,
        'post_type'    => 'ilan', // ilan CPT'si varsa
    );
    wp_insert_post(ilan);
}
add_action('user_register', 'otomatik_ilan_ekle');<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://nettenkazan.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://nettenkazan.com/wp-sitemap-posts-page-1.xml</loc></sitemap></sitemapindex>
