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');

Nothing found

Sorry, but nothing matched your search terms. Please try again with some different keywords.