add_action('wp_logout','cikis_yonlendir'); function cikis_yonlendir(){ wp_redirect( 'http://siteadi.com'); exit(); }