add_action('woocommerce_thankyou', 'custom_thankyou_page'); function custom_thankyou_page($order_id) { // اینجا میتونی کدهای سفارشی خودت رو اضافه کنی include(locate_template('path/to/your-custom-thankyou-page.php')); }